Html Css Color HEX #CB8960 Whiskey

📋 copy color: '#CB8960'

red 203 ◦ green 137 ◦ blue 96

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

Shades of Whiskey #CB8960

Tints of Whiskey #CB8960

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.42%

 BLUE value IS 96 (37.89% from 255) = 22.02%

R = 46.56%
G = 31.42%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#CB8960 (or 0xCB8960) is known color: Whiskey. HEX triplet: CB, 89 and 60. RGB value is (203,137,96). Sum of RGB (Red+Green+Blue) = 203+137+96=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 137 (53.91% from 255 or 31.42% from 436); Blue value is 96 (37.89% from 255 or 22.02% from 436); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8960 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8960 is #34769F. Grayscale: #989898. Windows color (decimal): -3438240 or 6326731. OLE color: 6326731.

HSL color Cylindrical-coordinate representation of color #CB8960: hue angle of 22.99º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB8960 is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 137 96 -
CMYK 0 0.33 0.53 0.20
HSL 22.99º 0.51% 0.59% -
HSV(B) 22.99º 0.53% 0.8% -
XYZ 35.69 31.43 15.25 -
YUV 152.06 96.37 164.33 -
System Red Green Blue C M Y K H S L
Decimal 203 137 96 0 0.33 0.53 0.20 22.99 0.51 0.59
Hex CB 89 60 0 21 35 14 17 33 3B
Octal 313 211 140 0 41 65 24 27 63 73
Binary 11001011 10001001 1100000 0 100001 110101 10100 10111 110011 111011

Color Harmonies of #CB8960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8960

Black with #CB8960

Text Example


Text Example

White with #CB8960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8960; }

 p { color: rgb(203,137,96); }

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

background-color css

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

 a { background-color: rgb(203,137,96); }

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

border-color css

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

 span { border-color: rgb(203,137,96); }

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