Html Css Color HEX #CCA66F Putty

📋 copy color: '#CCA66F'

red 204 ◦ green 166 ◦ blue 111

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

Shades of Putty #CCA66F

Tints of Putty #CCA66F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.51%

 BLUE value IS 111 (43.75% from 255) = 23.08%

R = 42.41%
G = 34.51%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.46

 K value IS 0.2

RGB Variations

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

Color information

#CCA66F (or 0xCCA66F) is known color: Putty. HEX triplet: CC, A6 and 6F. RGB value is (204,166,111). Sum of RGB (Red+Green+Blue) = 204+166+111=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 166 (65.23% from 255 or 34.51% from 481); Blue value is 111 (43.75% from 255 or 23.08% from 481); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA66F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA66F is #335990. Grayscale: #ABABAB. Windows color (decimal): -3365265 or 7317196. OLE color: 7317196.

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

Color convert

RGB 204 166 111 -
CMYK 0 0.19 0.46 0.2
HSL 35.48º 0.48% 0.62% -
HSV(B) 35.48º 0.46% 0.8% -
XYZ 41.41 41.26 20.82 -
YUV 171.09 94.09 151.47 -
System Red Green Blue C M Y K H S L
Decimal 204 166 111 0 0.19 0.46 0.2 35.48 0.48 0.62
Hex CC A6 6F 0 13 2E 14 23 30 3E
Octal 314 246 157 0 23 56 24 43 60 76
Binary 11001100 10100110 1101111 0 10011 101110 10100 100011 110000 111110

Color Harmonies of #CCA66F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA66F

Black with #CCA66F

Text Example


Text Example

White with #CCA66F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA66F; }

 p { color: rgb(204,166,111); }

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

background-color css

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

 a { background-color: rgb(204,166,111); }

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

border-color css

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

 span { border-color: rgb(204,166,111); }

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