Html Css Color HEX #CC9662 Whiskey

📋 copy color: '#CC9662'

red 204 ◦ green 150 ◦ blue 98

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

Shades of Whiskey #CC9662

Tints of Whiskey #CC9662

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.19%

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

R = 45.13%
G = 33.19%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.52

 K value IS 0.2

RGB Variations

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

Color information

#CC9662 (or 0xCC9662) is known color: Whiskey. HEX triplet: CC, 96 and 62. RGB value is (204,150,98). Sum of RGB (Red+Green+Blue) = 204+150+98=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 150 (58.98% from 255 or 33.19% from 452); Blue value is 98 (38.67% from 255 or 21.68% from 452); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9662 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9662 is #33699D. Grayscale: #A0A0A0. Windows color (decimal): -3369374 or 6461132. OLE color: 6461132.

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

Color convert

RGB 204 150 98 -
CMYK 0 0.26 0.52 0.2
HSL 29.43º 0.51% 0.59% -
HSV(B) 29.43º 0.52% 0.8% -
XYZ 38.01 35.53 16.41 -
YUV 160.22 92.89 159.23 -
System Red Green Blue C M Y K H S L
Decimal 204 150 98 0 0.26 0.52 0.2 29.43 0.51 0.59
Hex CC 96 62 0 1A 34 14 1D 33 3B
Octal 314 226 142 0 32 64 24 35 63 73
Binary 11001100 10010110 1100010 0 11010 110100 10100 11101 110011 111011

Color Harmonies of #CC9662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9662

Black with #CC9662

Text Example


Text Example

White with #CC9662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9662; }

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

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

background-color css

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

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

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

border-color css

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

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

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