Html Css Color HEX #CB9661 Whiskey

📋 copy color: '#CB9661'

red 203 ◦ green 150 ◦ blue 97

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

Shades of Whiskey #CB9661

Tints of Whiskey #CB9661

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.33%

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

R = 45.11%
G = 33.33%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CB9661 (or 0xCB9661) is known color: Whiskey. HEX triplet: CB, 96 and 61. RGB value is (203,150,97). Sum of RGB (Red+Green+Blue) = 203+150+97=450 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.11% from 450); Green value is 150 (58.98% from 255 or 33.33% from 450); Blue value is 97 (38.28% from 255 or 21.56% from 450); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9661 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9661 is #34699E. Grayscale: #A0A0A0. Windows color (decimal): -3434911 or 6395595. OLE color: 6395595.

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

Color convert

RGB 203 150 97 -
CMYK 0 0.26 0.52 0.20
HSL 30º 0.5% 0.59% -
HSV(B) 30º 0.52% 0.8% -
XYZ 37.69 35.37 16.15 -
YUV 159.81 92.56 158.81 -
System Red Green Blue C M Y K H S L
Decimal 203 150 97 0 0.26 0.52 0.20 30 0.5 0.59
Hex CB 96 61 0 1A 34 14 1E 32 3B
Octal 313 226 141 0 32 64 24 36 62 73
Binary 11001011 10010110 1100001 0 11010 110100 10100 11110 110010 111011

Color Harmonies of #CB9661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9661

Black with #CB9661

Text Example


Text Example

White with #CB9661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9661; }

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

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

background-color css

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

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

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

border-color css

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

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

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