Html Css Color HEX #CB9564 Whiskey

📋 copy color: '#CB9564'

red 203 ◦ green 149 ◦ blue 100

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

Shades of Whiskey #CB9564

Tints of Whiskey #CB9564

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.96%

 BLUE value IS 100 (39.45% from 255) = 22.12%

R = 44.91%
G = 32.96%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#CB9564 (or 0xCB9564) is known color: Whiskey. HEX triplet: CB, 95 and 64. RGB value is (203,149,100). Sum of RGB (Red+Green+Blue) = 203+149+100=452 (59% of max value = 765). Red value is 203 (79.69% from 255 or 44.91% from 452); Green value is 149 (58.59% from 255 or 32.96% from 452); Blue value is 100 (39.45% from 255 or 22.12% from 452); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9564 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9564 is #346A9B. Grayscale: #9F9F9F. Windows color (decimal): -3435164 or 6591947. OLE color: 6591947.

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

Color convert

RGB 203 149 100 -
CMYK 0 0.27 0.51 0.20
HSL 28.54º 0.5% 0.59% -
HSV(B) 28.54º 0.51% 0.8% -
XYZ 37.68 35.11 16.85 -
YUV 159.56 94.39 158.98 -
System Red Green Blue C M Y K H S L
Decimal 203 149 100 0 0.27 0.51 0.20 28.54 0.5 0.59
Hex CB 95 64 0 1B 33 14 1D 32 3B
Octal 313 225 144 0 33 63 24 35 62 73
Binary 11001011 10010101 1100100 0 11011 110011 10100 11101 110010 111011

Color Harmonies of #CB9564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9564

Black with #CB9564

Text Example


Text Example

White with #CB9564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9564; }

 p { color: rgb(203,149,100); }

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

background-color css

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

 a { background-color: rgb(203,149,100); }

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

border-color css

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

 span { border-color: rgb(203,149,100); }

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