#CB8C69

Color #CB8C69 Whiskey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Whiskey #CB8C69

Tints of Whiskey #CB8C69

Color information

#CB8C69 (or 0xCB8C69) is unknown color: approx Whiskey. HEX triplet: CB, 8C and 69. RGB value is (203,140,105). Sum of RGB (Red+Green+Blue) = 203+140+105=448 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.31% from 448); Green value is 140 (55.08% from 255 or 31.25% from 448); Blue value is 105 (41.41% from 255 or 23.44% from 448); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8C69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8C69 is #347396. Grayscale: #9B9B9B. Windows color (decimal): -3437463 or 6917323. OLE color: 6917323.

HSL color Cylindrical-coordinate representation of color #CB8C69: hue angle of 21.43º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CB8C69 is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.20.

Color convert

RGB203140105-
CMYK00.310.480.20
HSL21.43º48.51%60.39%-
HSV(B)21.43º48.28%79.61%-
XYZ36.5632.4717.71-
YUV154.8599.87162.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 45.31%
GREEN value IS 140 (55.08% from 255) = 31.25%
BLUE value IS 105 (41.41% from 255) = 23.44%
R=45.31%
G=31.25%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314010500.310.480.2021.4348.5160.39
HexCB8C6901F301415313c
Octal3132141510376024256174
Binary110010111000110011010010111111100001010010101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8C69; }

 p { color: rgb(203,140,105); }

 H1.HeaderClassName
 {
   color: #CB8C69;
 }
 .AnyTagClassName
 {
   color: #CB8C69;
 }
</style>
background-color css

<style>
 a { background-color: #CB8C69; }

 a { background-color: rgb(203,140,105); }

 div.DivClassName
 {
   background-color: #CB8C69;
 }
 .BgClassName
 {
   background-color: #CB8C69;
 }
</style>
border-color css

<style>
 span { border-color: #CB8C69; }

 span { border-color: rgb(203,140,105); }

 td.TdClassName
 {
   border-color: #CB8C69;
 }
 .TagClassName
 {
   border-color: #CB8C69;
 }
</style>