Html Css Color HEX #CCA66D Putty

📋 copy color: '#CCA66D'

red 204 ◦ green 166 ◦ blue 109

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

Shades of Putty #CCA66D

Tints of Putty #CCA66D

RGB

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

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

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

R = 42.59%
G = 34.66%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#CCA66D (or 0xCCA66D) is known color: Putty. HEX triplet: CC, A6 and 6D. RGB value is (204,166,109). Sum of RGB (Red+Green+Blue) = 204+166+109=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 166 (65.23% from 255 or 34.66% from 479); Blue value is 109 (42.97% from 255 or 22.76% from 479); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA66D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA66D is #335992. Grayscale: #ABABAB. Windows color (decimal): -3365267 or 7186124. OLE color: 7186124.

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

Color convert

RGB 204 166 109 -
CMYK 0 0.19 0.47 0.2
HSL 36º 0.48% 0.61% -
HSV(B) 36º 0.47% 0.8% -
XYZ 41.3 41.21 20.25 -
YUV 170.86 93.09 151.63 -
System Red Green Blue C M Y K H S L
Decimal 204 166 109 0 0.19 0.47 0.2 36 0.48 0.61
Hex CC A6 6D 0 13 2F 14 24 30 3D
Octal 314 246 155 0 23 57 24 44 60 75
Binary 11001100 10100110 1101101 0 10011 101111 10100 100100 110000 111101

Color Harmonies of #CCA66D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA66D

Black with #CCA66D

Text Example


Text Example

White with #CCA66D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA66D; }

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

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

background-color css

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

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

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

border-color css

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

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

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