Html Css Color HEX #CC9762 Whiskey

📋 copy color: '#CC9762'

red 204 ◦ green 151 ◦ blue 98

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

Shades of Whiskey #CC9762

Tints of Whiskey #CC9762

RGB

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

 GREEN value IS 151 (59.38% from 255) = 33.33%

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

R = 45.03%
G = 33.33%
B = 21.63%

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

#CC9762 (or 0xCC9762) is known color: Whiskey. HEX triplet: CC, 97 and 62. RGB value is (204,151,98). Sum of RGB (Red+Green+Blue) = 204+151+98=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 151 (59.38% from 255 or 33.33% from 453); Blue value is 98 (38.67% from 255 or 21.63% from 453); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9762 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9762 is #33689D. Grayscale: #A1A1A1. Windows color (decimal): -3369118 or 6461388. OLE color: 6461388.

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

Color convert

RGB 204 151 98 -
CMYK 0 0.26 0.52 0.2
HSL 30º 0.51% 0.59% -
HSV(B) 30º 0.52% 0.8% -
XYZ 38.17 35.85 16.46 -
YUV 160.81 92.56 158.81 -
System Red Green Blue C M Y K H S L
Decimal 204 151 98 0 0.26 0.52 0.2 30 0.51 0.59
Hex CC 97 62 0 1A 34 14 1E 33 3B
Octal 314 227 142 0 32 64 24 36 63 73
Binary 11001100 10010111 1100010 0 11010 110100 10100 11110 110011 111011

Color Harmonies of #CC9762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9762

Black with #CC9762

Text Example


Text Example

White with #CC9762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9762; }

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

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

background-color css

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

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

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

border-color css

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

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

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