Html Css Color HEX #CCA472 Putty

📋 copy color: '#CCA472'

red 204 ◦ green 164 ◦ blue 114

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

Shades of Putty #CCA472

Tints of Putty #CCA472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.65%

R = 42.32%
G = 34.02%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#CCA472 (or 0xCCA472) is known color: Putty. HEX triplet: CC, A4 and 72. RGB value is (204,164,114). Sum of RGB (Red+Green+Blue) = 204+164+114=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 164 (64.45% from 255 or 34.02% from 482); Blue value is 114 (44.92% from 255 or 23.65% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA472 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA472 is #335B8D. Grayscale: #AAAAAA. Windows color (decimal): -3365774 or 7513292. OLE color: 7513292.

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

Color convert

RGB 204 164 114 -
CMYK 0 0.20 0.44 0.2
HSL 33.33º 0.47% 0.62% -
HSV(B) 33.33º 0.44% 0.8% -
XYZ 41.21 40.6 21.58 -
YUV 170.26 96.25 152.07 -
System Red Green Blue C M Y K H S L
Decimal 204 164 114 0 0.20 0.44 0.2 33.33 0.47 0.62
Hex CC A4 72 0 14 2C 14 21 2F 3E
Octal 314 244 162 0 24 54 24 41 57 76
Binary 11001100 10100100 1110010 0 10100 101100 10100 100001 101111 111110

Color Harmonies of #CCA472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA472

Black with #CCA472

Text Example


Text Example

White with #CCA472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA472; }

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

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

background-color css

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

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

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

border-color css

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

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

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