#CB8C6A

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

Shades of Whiskey #CB8C6A

Tints of Whiskey #CB8C6A

Color information

#CB8C6A (or 0xCB8C6A) is unknown color: approx Whiskey. HEX triplet: CB, 8C and 6A. RGB value is (203,140,106). Sum of RGB (Red+Green+Blue) = 203+140+106=449 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.21% from 449); Green value is 140 (55.08% from 255 or 31.18% from 449); Blue value is 106 (41.80% from 255 or 23.61% from 449); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8C6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8C6A is #347395. Grayscale: #9B9B9B. Windows color (decimal): -3437462 or 6982859. OLE color: 6982859.

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

Color convert

RGB203140106-
CMYK00.310.480.20
HSL21.03º48.26%60.59%-
HSV(B)21.03º47.78%79.61%-
XYZ36.6132.4917.98-
YUV154.96100.37162.26-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.21%
GREEN value IS 140 (55.08% from 255) = 31.18%
BLUE value IS 106 (41.80% from 255) = 23.61%
R=45.21%
G=31.18%
B=23.61%

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
Decimal20314010600.310.480.2021.0348.2660.59
HexCB8C6A01F301415303d
Octal3132141520376024256075
Binary110010111000110011010100111111100001010010101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8C6A; }

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

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

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

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

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

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

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

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