Html Css Color HEX #CC966D Whiskey

📋 copy color: '#CC966D'

red 204 ◦ green 150 ◦ blue 109

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

Shades of Whiskey #CC966D

Tints of Whiskey #CC966D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23.54%

R = 44.06%
G = 32.4%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#CC966D (or 0xCC966D) is known color: Whiskey. HEX triplet: CC, 96 and 6D. RGB value is (204,150,109). Sum of RGB (Red+Green+Blue) = 204+150+109=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 150 (58.98% from 255 or 32.40% from 463); Blue value is 109 (42.97% from 255 or 23.54% from 463); Max value from RGB is 204 - color contains mainly: red. Hex color #CC966D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC966D is #336992. Grayscale: #A1A1A1. Windows color (decimal): -3369363 or 7182028. OLE color: 7182028.

HSL color Cylindrical-coordinate representation of color #CC966D: hue angle of 25.89º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CC966D is Cyan = 0, Magento = 0.26, Yellow = 0.47 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 150 109 -
CMYK 0 0.26 0.47 0.2
HSL 25.89º 0.48% 0.61% -
HSV(B) 25.89º 0.47% 0.8% -
XYZ 38.57 35.75 19.34 -
YUV 161.47 98.39 158.33 -
System Red Green Blue C M Y K H S L
Decimal 204 150 109 0 0.26 0.47 0.2 25.89 0.48 0.61
Hex CC 96 6D 0 1A 2F 14 1A 30 3D
Octal 314 226 155 0 32 57 24 32 60 75
Binary 11001100 10010110 1101101 0 11010 101111 10100 11010 110000 111101

Color Harmonies of #CC966D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC966D

Black with #CC966D

Text Example


Text Example

White with #CC966D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC966D; }

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

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

background-color css

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

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

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

border-color css

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

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

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