Html Css Color HEX #CCA571 Putty

📋 copy color: '#CCA571'

red 204 ◦ green 165 ◦ blue 113

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

Shades of Putty #CCA571

Tints of Putty #CCA571

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.23%

 BLUE value IS 113 (44.53% from 255) = 23.44%

R = 42.32%
G = 34.23%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.45

 K value IS 0.2

RGB Variations

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

Color information

#CCA571 (or 0xCCA571) is known color: Putty. HEX triplet: CC, A5 and 71. RGB value is (204,165,113). Sum of RGB (Red+Green+Blue) = 204+165+113=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 165 (64.84% from 255 or 34.23% from 482); Blue value is 113 (44.53% from 255 or 23.44% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA571 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA571 is #335A8E. Grayscale: #AAAAAA. Windows color (decimal): -3365519 or 7448012. OLE color: 7448012.

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

Color convert

RGB 204 165 113 -
CMYK 0 0.19 0.45 0.2
HSL 34.29º 0.47% 0.62% -
HSV(B) 34.29º 0.45% 0.8% -
XYZ 41.34 40.94 21.35 -
YUV 170.73 95.42 151.73 -
System Red Green Blue C M Y K H S L
Decimal 204 165 113 0 0.19 0.45 0.2 34.29 0.47 0.62
Hex CC A5 71 0 13 2D 14 22 2F 3E
Octal 314 245 161 0 23 55 24 42 57 76
Binary 11001100 10100101 1110001 0 10011 101101 10100 100010 101111 111110

Color Harmonies of #CCA571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA571

Black with #CCA571

Text Example


Text Example

White with #CCA571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA571; }

 p { color: rgb(204,165,113); }

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

background-color css

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

 a { background-color: rgb(204,165,113); }

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

border-color css

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

 span { border-color: rgb(204,165,113); }

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