Html Css Color HEX #CB9861 Whiskey Sour

📋 copy color: '#CB9861'

red 203 ◦ green 152 ◦ blue 97

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

Shades of Whiskey Sour #CB9861

Tints of Whiskey Sour #CB9861

RGB

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

 GREEN value IS 152 (59.77% from 255) = 33.63%

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

R = 44.91%
G = 33.63%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CB9861 (or 0xCB9861) is known color: Whiskey Sour. HEX triplet: CB, 98 and 61. RGB value is (203,152,97). Sum of RGB (Red+Green+Blue) = 203+152+97=452 (59% of max value = 765). Red value is 203 (79.69% from 255 or 44.91% from 452); Green value is 152 (59.77% from 255 or 33.63% from 452); Blue value is 97 (38.28% from 255 or 21.46% from 452); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9861 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9861 is #34679E. Grayscale: #A1A1A1. Windows color (decimal): -3434399 or 6396107. OLE color: 6396107.

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

Color convert

RGB 203 152 97 -
CMYK 0 0.25 0.52 0.20
HSL 31.13º 0.5% 0.59% -
HSV(B) 31.13º 0.52% 0.8% -
XYZ 38.01 36.02 16.26 -
YUV 160.98 91.9 157.97 -
System Red Green Blue C M Y K H S L
Decimal 203 152 97 0 0.25 0.52 0.20 31.13 0.5 0.59
Hex CB 98 61 0 19 34 14 1F 32 3B
Octal 313 230 141 0 31 64 24 37 62 73
Binary 11001011 10011000 1100001 0 11001 110100 10100 11111 110010 111011

Color Harmonies of #CB9861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9861

Black with #CB9861

Text Example


Text Example

White with #CB9861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9861; }

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

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

background-color css

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

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

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

border-color css

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

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

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