Html Css Color HEX #CC9562 Whiskey

📋 copy color: '#CC9562'

red 204 ◦ green 149 ◦ blue 98

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

Shades of Whiskey #CC9562

Tints of Whiskey #CC9562

RGB

 RED value IS 204 (80.08% from 255) = 45.23%

 GREEN value IS 149 (58.59% from 255) = 33.04%

 BLUE value IS 98 (38.67% from 255) = 21.73%

R = 45.23%
G = 33.04%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.52

 K value IS 0.2

RGB Variations

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

Color information

#CC9562 (or 0xCC9562) is known color: Whiskey. HEX triplet: CC, 95 and 62. RGB value is (204,149,98). Sum of RGB (Red+Green+Blue) = 204+149+98=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 149 (58.59% from 255 or 33.04% from 451); Blue value is 98 (38.67% from 255 or 21.73% from 451); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9562 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9562 is #336A9D. Grayscale: #9F9F9F. Windows color (decimal): -3369630 or 6460876. OLE color: 6460876.

HSL color Cylindrical-coordinate representation of color #CC9562: hue angle of 28.87º degrees, saturation: 0.51, 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 #CC9562 is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 149 98 -
CMYK 0 0.27 0.52 0.2
HSL 28.87º 0.51% 0.59% -
HSV(B) 28.87º 0.52% 0.8% -
XYZ 37.85 35.21 16.36 -
YUV 159.63 93.22 159.65 -
System Red Green Blue C M Y K H S L
Decimal 204 149 98 0 0.27 0.52 0.2 28.87 0.51 0.59
Hex CC 95 62 0 1B 34 14 1D 33 3B
Octal 314 225 142 0 33 64 24 35 63 73
Binary 11001100 10010101 1100010 0 11011 110100 10100 11101 110011 111011

Color Harmonies of #CC9562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9562

Black with #CC9562

Text Example


Text Example

White with #CC9562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9562; }

 p { color: rgb(204,149,98); }

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

background-color css

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

 a { background-color: rgb(204,149,98); }

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

border-color css

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

 span { border-color: rgb(204,149,98); }

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