Html Css Color HEX #CB9061 Whiskey

📋 copy color: '#CB9061'

red 203 ◦ green 144 ◦ blue 97

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

Shades of Whiskey #CB9061

Tints of Whiskey #CB9061

RGB

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

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

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

R = 45.72%
G = 32.43%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CB9061 (or 0xCB9061) is known color: Whiskey. HEX triplet: CB, 90 and 61. RGB value is (203,144,97). Sum of RGB (Red+Green+Blue) = 203+144+97=444 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.72% from 444); Green value is 144 (56.64% from 255 or 32.43% from 444); Blue value is 97 (38.28% from 255 or 21.85% from 444); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9061 is #346F9E. Grayscale: #9C9C9C. Windows color (decimal): -3436447 or 6394059. OLE color: 6394059.

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

Color convert

RGB 203 144 97 -
CMYK 0 0.29 0.52 0.20
HSL 26.6º 0.5% 0.59% -
HSV(B) 26.6º 0.52% 0.8% -
XYZ 36.76 33.51 15.84 -
YUV 156.28 94.55 161.32 -
System Red Green Blue C M Y K H S L
Decimal 203 144 97 0 0.29 0.52 0.20 26.6 0.5 0.59
Hex CB 90 61 0 1D 34 14 1B 32 3B
Octal 313 220 141 0 35 64 24 33 62 73
Binary 11001011 10010000 1100001 0 11101 110100 10100 11011 110010 111011

Color Harmonies of #CB9061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9061

Black with #CB9061

Text Example


Text Example

White with #CB9061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9061; }

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

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

background-color css

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

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

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

border-color css

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

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

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