Html Css Color HEX #CB9761 Whiskey

📋 copy color: '#CB9761'

red 203 ◦ green 151 ◦ blue 97

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

Shades of Whiskey #CB9761

Tints of Whiskey #CB9761

RGB

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

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

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

R = 45.01%
G = 33.48%
B = 21.51%

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

#CB9761 (or 0xCB9761) is known color: Whiskey. HEX triplet: CB, 97 and 61. RGB value is (203,151,97). Sum of RGB (Red+Green+Blue) = 203+151+97=451 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.01% from 451); Green value is 151 (59.38% from 255 or 33.48% from 451); Blue value is 97 (38.28% from 255 or 21.51% from 451); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9761 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9761 is #34689E. Grayscale: #A0A0A0. Windows color (decimal): -3434655 or 6395851. OLE color: 6395851.

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

Color convert

RGB 203 151 97 -
CMYK 0 0.26 0.52 0.20
HSL 30.57º 0.5% 0.59% -
HSV(B) 30.57º 0.52% 0.8% -
XYZ 37.85 35.69 16.2 -
YUV 160.39 92.23 158.39 -
System Red Green Blue C M Y K H S L
Decimal 203 151 97 0 0.26 0.52 0.20 30.57 0.5 0.59
Hex CB 97 61 0 1A 34 14 1F 32 3B
Octal 313 227 141 0 32 64 24 37 62 73
Binary 11001011 10010111 1100001 0 11010 110100 10100 11111 110010 111011

Color Harmonies of #CB9761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9761

Black with #CB9761

Text Example


Text Example

White with #CB9761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9761; }

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

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

background-color css

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

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

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

border-color css

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

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

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