#CB9066

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

Shades of Whiskey #CB9066

Tints of Whiskey #CB9066

Color information

#CB9066 (or 0xCB9066) is unknown color: approx Whiskey. HEX triplet: CB, 90 and 66. RGB value is (203,144,102). Sum of RGB (Red+Green+Blue) = 203+144+102=449 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.21% from 449); Green value is 144 (56.64% from 255 or 32.07% from 449); Blue value is 102 (40.23% from 255 or 22.72% from 449); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9066 is #346F99. Grayscale: #9D9D9D. Windows color (decimal): -3436442 or 6721739. OLE color: 6721739.

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

Color convert

RGB203144102-
CMYK00.290.500.20
HSL24.95º49.27%59.8%-
HSV(B)24.95º49.75%79.61%-
XYZ3733.617.11-
YUV156.8597.05160.92-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.21%
GREEN value IS 144 (56.64% from 255) = 32.07%
BLUE value IS 102 (40.23% from 255) = 22.72%
R=45.21%
G=32.07%
B=22.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314410200.290.500.2024.9549.2759.8
HexCB906601D321419313c
Octal3132201460356224316174
Binary110010111001000011001100111011100101010011001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9066; }

 p { color: rgb(203,144,102); }

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

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

 a { background-color: rgb(203,144,102); }

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

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

 span { border-color: rgb(203,144,102); }

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