Html Css Color HEX #CCA66A Putty

📋 copy color: '#CCA66A'

red 204 ◦ green 166 ◦ blue 106

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

Shades of Putty #CCA66A

Tints of Putty #CCA66A

RGB

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

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

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

R = 42.86%
G = 34.87%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.48

 K value IS 0.2

RGB Variations

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

Color information

#CCA66A (or 0xCCA66A) is known color: Putty. HEX triplet: CC, A6 and 6A. RGB value is (204,166,106). Sum of RGB (Red+Green+Blue) = 204+166+106=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 166 (65.23% from 255 or 34.87% from 476); Blue value is 106 (41.80% from 255 or 22.27% from 476); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA66A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA66A is #335995. Grayscale: #AAAAAA. Windows color (decimal): -3365270 or 6989516. OLE color: 6989516.

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

Color convert

RGB 204 166 106 -
CMYK 0 0.19 0.48 0.2
HSL 36.73º 0.49% 0.61% -
HSV(B) 36.73º 0.48% 0.8% -
XYZ 41.14 41.15 19.41 -
YUV 170.52 91.59 151.88 -
System Red Green Blue C M Y K H S L
Decimal 204 166 106 0 0.19 0.48 0.2 36.73 0.49 0.61
Hex CC A6 6A 0 13 30 14 25 31 3D
Octal 314 246 152 0 23 60 24 45 61 75
Binary 11001100 10100110 1101010 0 10011 110000 10100 100101 110001 111101

Color Harmonies of #CCA66A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA66A

Black with #CCA66A

Text Example


Text Example

White with #CCA66A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA66A; }

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

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

background-color css

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

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

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

border-color css

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

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

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