Html Css Color HEX #CB9460 Whiskey

📋 copy color: '#CB9460'

red 203 ◦ green 148 ◦ blue 96

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

Shades of Whiskey #CB9460

Tints of Whiskey #CB9460

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.11%

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

R = 45.41%
G = 33.11%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#CB9460 (or 0xCB9460) is known color: Whiskey. HEX triplet: CB, 94 and 60. RGB value is (203,148,96). Sum of RGB (Red+Green+Blue) = 203+148+96=447 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.41% from 447); Green value is 148 (58.20% from 255 or 33.11% from 447); Blue value is 96 (37.89% from 255 or 21.48% from 447); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9460 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9460 is #346B9F. Grayscale: #9E9E9E. Windows color (decimal): -3435424 or 6329547. OLE color: 6329547.

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

Color convert

RGB 203 148 96 -
CMYK 0 0.27 0.53 0.20
HSL 29.16º 0.51% 0.59% -
HSV(B) 29.16º 0.53% 0.8% -
XYZ 37.33 34.72 15.8 -
YUV 158.52 92.72 159.73 -
System Red Green Blue C M Y K H S L
Decimal 203 148 96 0 0.27 0.53 0.20 29.16 0.51 0.59
Hex CB 94 60 0 1B 35 14 1D 33 3B
Octal 313 224 140 0 33 65 24 35 63 73
Binary 11001011 10010100 1100000 0 11011 110101 10100 11101 110011 111011

Color Harmonies of #CB9460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9460

Black with #CB9460

Text Example


Text Example

White with #CB9460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9460; }

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

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

background-color css

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

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

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

border-color css

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

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

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