#CB8E6B

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

Shades of Whiskey #CB8E6B

Tints of Whiskey #CB8E6B

Color information

#CB8E6B (or 0xCB8E6B) is unknown color: approx Whiskey. HEX triplet: CB, 8E and 6B. RGB value is (203,142,107). Sum of RGB (Red+Green+Blue) = 203+142+107=452 (59% of max value = 765). Red value is 203 (79.69% from 255 or 44.91% from 452); Green value is 142 (55.86% from 255 or 31.42% from 452); Blue value is 107 (42.19% from 255 or 23.67% from 452); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8E6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8E6B is #347194. Grayscale: #9C9C9C. Windows color (decimal): -3436949 or 7048907. OLE color: 7048907.

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

Color convert

RGB203142107-
CMYK00.300.470.20
HSL21.88º48%60.78%-
HSV(B)21.88º47.29%79.61%-
XYZ36.9633.118.35-
YUV156.25100.21161.35-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.91%
GREEN value IS 142 (55.86% from 255) = 31.42%
BLUE value IS 107 (42.19% from 255) = 23.67%
R=44.91%
G=31.42%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314210700.300.470.2021.884860.78
HexCB8E6B01E2F1416303d
Octal3132161530365724266075
Binary110010111000111011010110111101011111010010110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8E6B; }

 p { color: rgb(203,142,107); }

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

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

 a { background-color: rgb(203,142,107); }

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

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

 span { border-color: rgb(203,142,107); }

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