Html Css Color HEX #CC9062 Whiskey

📋 copy color: '#CC9062'

red 204 ◦ green 144 ◦ blue 98

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

Shades of Whiskey #CC9062

Tints of Whiskey #CC9062

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32.29%

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

R = 45.74%
G = 32.29%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.52

 K value IS 0.2

RGB Variations

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

Color information

#CC9062 (or 0xCC9062) is known color: Whiskey. HEX triplet: CC, 90 and 62. RGB value is (204,144,98). Sum of RGB (Red+Green+Blue) = 204+144+98=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 144 (56.64% from 255 or 32.29% from 446); Blue value is 98 (38.67% from 255 or 21.97% from 446); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9062 is #336F9D. Grayscale: #9C9C9C. Windows color (decimal): -3370910 or 6459596. OLE color: 6459596.

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

Color convert

RGB 204 144 98 -
CMYK 0 0.29 0.52 0.2
HSL 26.04º 0.51% 0.59% -
HSV(B) 26.04º 0.52% 0.8% -
XYZ 37.08 33.67 16.1 -
YUV 156.7 94.88 161.74 -
System Red Green Blue C M Y K H S L
Decimal 204 144 98 0 0.29 0.52 0.2 26.04 0.51 0.59
Hex CC 90 62 0 1D 34 14 1A 33 3B
Octal 314 220 142 0 35 64 24 32 63 73
Binary 11001100 10010000 1100010 0 11101 110100 10100 11010 110011 111011

Color Harmonies of #CC9062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9062

Black with #CC9062

Text Example


Text Example

White with #CC9062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9062; }

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

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

background-color css

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

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

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

border-color css

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

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

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