Html Css Color HEX #CB9360 Whiskey

📋 copy color: '#CB9360'

red 203 ◦ green 147 ◦ blue 96

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

Shades of Whiskey #CB9360

Tints of Whiskey #CB9360

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.96%

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

R = 45.52%
G = 32.96%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#CB9360 (or 0xCB9360) is known color: Whiskey. HEX triplet: CB, 93 and 60. RGB value is (203,147,96). Sum of RGB (Red+Green+Blue) = 203+147+96=446 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.52% from 446); Green value is 147 (57.81% from 255 or 32.96% from 446); Blue value is 96 (37.89% from 255 or 21.52% from 446); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9360 is #346C9F. Grayscale: #9E9E9E. Windows color (decimal): -3435680 or 6329291. OLE color: 6329291.

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

Color convert

RGB 203 147 96 -
CMYK 0 0.28 0.53 0.20
HSL 28.6º 0.51% 0.59% -
HSV(B) 28.6º 0.53% 0.8% -
XYZ 37.17 34.41 15.75 -
YUV 157.93 93.05 160.15 -
System Red Green Blue C M Y K H S L
Decimal 203 147 96 0 0.28 0.53 0.20 28.6 0.51 0.59
Hex CB 93 60 0 1C 35 14 1D 33 3B
Octal 313 223 140 0 34 65 24 35 63 73
Binary 11001011 10010011 1100000 0 11100 110101 10100 11101 110011 111011

Color Harmonies of #CB9360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9360

Black with #CB9360

Text Example


Text Example

White with #CB9360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9360; }

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

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

background-color css

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

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

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

border-color css

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

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

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