Html Css Color HEX #CB8C66 Whiskey

📋 copy color: '#CB8C66'

red 203 ◦ green 140 ◦ blue 102

#CB8C66
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Whiskey #CB8C66

Tints of Whiskey #CB8C66

RGB

 RED value IS 203 (79.69% from 255) = 45.62%

 GREEN value IS 140 (55.08% from 255) = 31.46%

 BLUE value IS 102 (40.23% from 255) = 22.92%

R = 45.62%
G = 31.46%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.50

 K value IS 0.20

RGB Variations

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

Color information

#CB8C66 (or 0xCB8C66) is known color: Whiskey. HEX triplet: CB, 8C and 66. RGB value is (203,140,102). Sum of RGB (Red+Green+Blue) = 203+140+102=445 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.62% from 445); Green value is 140 (55.08% from 255 or 31.46% from 445); Blue value is 102 (40.23% from 255 or 22.92% from 445); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8C66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8C66 is #347399. Grayscale: #9A9A9A. Windows color (decimal): -3437466 or 6720715. OLE color: 6720715.

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

Color convert

RGB 203 140 102 -
CMYK 0 0.31 0.50 0.20
HSL 22.57º 0.49% 0.6% -
HSV(B) 22.57º 0.5% 0.8% -
XYZ 36.4 32.41 16.91 -
YUV 154.51 98.37 162.59 -
System Red Green Blue C M Y K H S L
Decimal 203 140 102 0 0.31 0.50 0.20 22.57 0.49 0.6
Hex CB 8C 66 0 1F 32 14 17 31 3C
Octal 313 214 146 0 37 62 24 27 61 74
Binary 11001011 10001100 1100110 0 11111 110010 10100 10111 110001 111100

Color Harmonies of #CB8C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8C66

Black with #CB8C66

Text Example


Text Example

White with #CB8C66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8C66; }

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

 H1.HeaderClassName
 {
   color: #CB8C66;
 }
 .AnyTagClassName
 {
   color: #CB8C66;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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