#CB8E6A

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

Shades of Whiskey #CB8E6A

Tints of Whiskey #CB8E6A

Color information

#CB8E6A (or 0xCB8E6A) is unknown color: approx Whiskey. HEX triplet: CB, 8E and 6A. RGB value is (203,142,106). Sum of RGB (Red+Green+Blue) = 203+142+106=451 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.01% from 451); Green value is 142 (55.86% from 255 or 31.49% from 451); Blue value is 106 (41.80% from 255 or 23.50% from 451); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8E6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8E6A is #347195. Grayscale: #9C9C9C. Windows color (decimal): -3436950 or 6983371. OLE color: 6983371.

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

Color convert

RGB203142106-
CMYK00.300.480.20
HSL22.27º48.26%60.59%-
HSV(B)22.27º47.78%79.61%-
XYZ36.933.0818.08-
YUV156.1499.71161.43-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.01%
GREEN value IS 142 (55.86% from 255) = 31.49%
BLUE value IS 106 (41.80% from 255) = 23.50%
R=45.01%
G=31.49%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314210600.300.480.2022.2748.2660.59
HexCB8E6A01E301416303d
Octal3132161520366024266075
Binary110010111000111011010100111101100001010010110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8E6A; }

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

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

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

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

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

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

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

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