Html Css Color HEX #CB9764 Whiskey

📋 copy color: '#CB9764'

red 203 ◦ green 151 ◦ blue 100

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

Shades of Whiskey #CB9764

Tints of Whiskey #CB9764

RGB

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

 GREEN value IS 151 (59.38% from 255) = 33.26%

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

R = 44.71%
G = 33.26%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#CB9764 (or 0xCB9764) is known color: Whiskey. HEX triplet: CB, 97 and 64. RGB value is (203,151,100). Sum of RGB (Red+Green+Blue) = 203+151+100=454 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.71% from 454); Green value is 151 (59.38% from 255 or 33.26% from 454); Blue value is 100 (39.45% from 255 or 22.03% from 454); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9764 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9764 is #34689B. Grayscale: #A0A0A0. Windows color (decimal): -3434652 or 6592459. OLE color: 6592459.

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

Color convert

RGB 203 151 100 -
CMYK 0 0.26 0.51 0.20
HSL 29.71º 0.5% 0.59% -
HSV(B) 29.71º 0.51% 0.8% -
XYZ 38 35.75 16.95 -
YUV 160.73 93.73 158.15 -
System Red Green Blue C M Y K H S L
Decimal 203 151 100 0 0.26 0.51 0.20 29.71 0.5 0.59
Hex CB 97 64 0 1A 33 14 1E 32 3B
Octal 313 227 144 0 32 63 24 36 62 73
Binary 11001011 10010111 1100100 0 11010 110011 10100 11110 110010 111011

Color Harmonies of #CB9764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9764

Black with #CB9764

Text Example


Text Example

White with #CB9764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9764; }

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

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

background-color css

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

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

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

border-color css

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

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

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