Html Css Color HEX #CC966A Whiskey

📋 copy color: '#CC966A'

red 204 ◦ green 150 ◦ blue 106

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

Shades of Whiskey #CC966A

Tints of Whiskey #CC966A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 23.04%

R = 44.35%
G = 32.61%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.48

 K value IS 0.2

RGB Variations

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

Color information

#CC966A (or 0xCC966A) is known color: Whiskey. HEX triplet: CC, 96 and 6A. RGB value is (204,150,106). Sum of RGB (Red+Green+Blue) = 204+150+106=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 150 (58.98% from 255 or 32.61% from 460); Blue value is 106 (41.80% from 255 or 23.04% from 460); Max value from RGB is 204 - color contains mainly: red. Hex color #CC966A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC966A is #336995. Grayscale: #A1A1A1. Windows color (decimal): -3369366 or 6985420. OLE color: 6985420.

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

Color convert

RGB 204 150 106 -
CMYK 0 0.26 0.48 0.2
HSL 26.94º 0.49% 0.61% -
HSV(B) 26.94º 0.48% 0.8% -
XYZ 38.41 35.69 18.5 -
YUV 161.13 96.89 158.58 -
System Red Green Blue C M Y K H S L
Decimal 204 150 106 0 0.26 0.48 0.2 26.94 0.49 0.61
Hex CC 96 6A 0 1A 30 14 1B 31 3D
Octal 314 226 152 0 32 60 24 33 61 75
Binary 11001100 10010110 1101010 0 11010 110000 10100 11011 110001 111101

Color Harmonies of #CC966A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC966A

Black with #CC966A

Text Example


Text Example

White with #CC966A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC966A; }

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

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

background-color css

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

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

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

border-color css

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

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

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