Html Css Color HEX #CCA471 Putty

📋 copy color: '#CCA471'

red 204 ◦ green 164 ◦ blue 113

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

Shades of Putty #CCA471

Tints of Putty #CCA471

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.1%

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

R = 42.41%
G = 34.1%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.45

 K value IS 0.2

RGB Variations

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

Color information

#CCA471 (or 0xCCA471) is known color: Putty. HEX triplet: CC, A4 and 71. RGB value is (204,164,113). Sum of RGB (Red+Green+Blue) = 204+164+113=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 164 (64.45% from 255 or 34.10% from 481); Blue value is 113 (44.53% from 255 or 23.49% from 481); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA471 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA471 is #335B8E. Grayscale: #AAAAAA. Windows color (decimal): -3365775 or 7447756. OLE color: 7447756.

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

Color convert

RGB 204 164 113 -
CMYK 0 0.20 0.45 0.2
HSL 33.63º 0.47% 0.62% -
HSV(B) 33.63º 0.45% 0.8% -
XYZ 41.16 40.58 21.29 -
YUV 170.15 95.75 152.15 -
System Red Green Blue C M Y K H S L
Decimal 204 164 113 0 0.20 0.45 0.2 33.63 0.47 0.62
Hex CC A4 71 0 14 2D 14 22 2F 3E
Octal 314 244 161 0 24 55 24 42 57 76
Binary 11001100 10100100 1110001 0 10100 101101 10100 100010 101111 111110

Color Harmonies of #CCA471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA471

Black with #CCA471

Text Example


Text Example

White with #CCA471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA471; }

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

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

background-color css

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

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

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

border-color css

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

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

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