Html Css Color HEX #CB9064 Whiskey

📋 copy color: '#CB9064'

red 203 ◦ green 144 ◦ blue 100

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

Shades of Whiskey #CB9064

Tints of Whiskey #CB9064

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32.21%

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

R = 45.41%
G = 32.21%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#CB9064 (or 0xCB9064) is known color: Whiskey. HEX triplet: CB, 90 and 64. RGB value is (203,144,100). Sum of RGB (Red+Green+Blue) = 203+144+100=447 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.41% from 447); Green value is 144 (56.64% from 255 or 32.21% from 447); Blue value is 100 (39.45% from 255 or 22.37% from 447); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9064 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9064 is #346F9B. Grayscale: #9C9C9C. Windows color (decimal): -3436444 or 6590667. OLE color: 6590667.

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

Color convert

RGB 203 144 100 -
CMYK 0 0.29 0.51 0.20
HSL 25.63º 0.5% 0.59% -
HSV(B) 25.63º 0.51% 0.8% -
XYZ 36.9 33.56 16.59 -
YUV 156.63 96.05 161.08 -
System Red Green Blue C M Y K H S L
Decimal 203 144 100 0 0.29 0.51 0.20 25.63 0.5 0.59
Hex CB 90 64 0 1D 33 14 1A 32 3B
Octal 313 220 144 0 35 63 24 32 62 73
Binary 11001011 10010000 1100100 0 11101 110011 10100 11010 110010 111011

Color Harmonies of #CB9064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9064

Black with #CB9064

Text Example


Text Example

White with #CB9064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9064; }

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

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

background-color css

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

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

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

border-color css

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

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

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