#CB9369

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

Shades of Whiskey #CB9369

Tints of Whiskey #CB9369

Color information

#CB9369 (or 0xCB9369) is unknown color: approx Whiskey. HEX triplet: CB, 93 and 69. RGB value is (203,147,105). Sum of RGB (Red+Green+Blue) = 203+147+105=455 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.62% from 455); Green value is 147 (57.81% from 255 or 32.31% from 455); Blue value is 105 (41.41% from 255 or 23.08% from 455); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9369 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9369 is #346C96. Grayscale: #9F9F9F. Windows color (decimal): -3435671 or 6919115. OLE color: 6919115.

HSL color Cylindrical-coordinate representation of color #CB9369: hue angle of 25.71º 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 #CB9369 is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.20.

Color convert

RGB203147105-
CMYK00.280.480.20
HSL25.71º48.51%60.39%-
HSV(B)25.71º48.28%79.61%-
XYZ37.6134.5818.06-
YUV158.9697.55159.42-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.62%
GREEN value IS 147 (57.81% from 255) = 32.31%
BLUE value IS 105 (41.41% from 255) = 23.08%
R=44.62%
G=32.31%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314710500.280.480.2025.7148.5160.39
HexCB936901C30141a313c
Octal3132231510346024326174
Binary110010111001001111010010111001100001010011010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9369; }

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

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

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

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

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

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

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

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