Html Css Color HEX #CB8961 Whiskey

📋 copy color: '#CB8961'

red 203 ◦ green 137 ◦ blue 97

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

Shades of Whiskey #CB8961

Tints of Whiskey #CB8961

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.35%

 BLUE value IS 97 (38.28% from 255) = 22.2%

R = 46.45%
G = 31.35%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CB8961 (or 0xCB8961) is known color: Whiskey. HEX triplet: CB, 89 and 61. RGB value is (203,137,97). Sum of RGB (Red+Green+Blue) = 203+137+97=437 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.45% from 437); Green value is 137 (53.91% from 255 or 31.35% from 437); Blue value is 97 (38.28% from 255 or 22.20% from 437); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8961 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8961 is #34769E. Grayscale: #989898. Windows color (decimal): -3438239 or 6392267. OLE color: 6392267.

HSL color Cylindrical-coordinate representation of color #CB8961: hue angle of 22.64º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CB8961 is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 137 97 -
CMYK 0 0.33 0.52 0.20
HSL 22.64º 0.5% 0.59% -
HSV(B) 22.64º 0.52% 0.8% -
XYZ 35.73 31.45 15.5 -
YUV 152.17 96.87 164.25 -
System Red Green Blue C M Y K H S L
Decimal 203 137 97 0 0.33 0.52 0.20 22.64 0.5 0.59
Hex CB 89 61 0 21 34 14 17 32 3B
Octal 313 211 141 0 41 64 24 27 62 73
Binary 11001011 10001001 1100001 0 100001 110100 10100 10111 110010 111011

Color Harmonies of #CB8961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8961

Black with #CB8961

Text Example


Text Example

White with #CB8961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8961; }

 p { color: rgb(203,137,97); }

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

background-color css

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

 a { background-color: rgb(203,137,97); }

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

border-color css

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

 span { border-color: rgb(203,137,97); }

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