Html Css Color HEX #CCA570 Putty

📋 copy color: '#CCA570'

red 204 ◦ green 165 ◦ blue 112

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

Shades of Putty #CCA570

Tints of Putty #CCA570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.28%

R = 42.41%
G = 34.3%
B = 23.28%

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

#CCA570 (or 0xCCA570) is known color: Putty. HEX triplet: CC, A5 and 70. RGB value is (204,165,112). Sum of RGB (Red+Green+Blue) = 204+165+112=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 165 (64.84% from 255 or 34.30% from 481); Blue value is 112 (44.14% from 255 or 23.28% from 481); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA570 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA570 is #335A8F. Grayscale: #AAAAAA. Windows color (decimal): -3365520 or 7382476. OLE color: 7382476.

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

Color convert

RGB 204 165 112 -
CMYK 0 0.19 0.45 0.2
HSL 34.57º 0.47% 0.62% -
HSV(B) 34.57º 0.45% 0.8% -
XYZ 41.28 40.92 21.05 -
YUV 170.62 94.92 151.81 -
System Red Green Blue C M Y K H S L
Decimal 204 165 112 0 0.19 0.45 0.2 34.57 0.47 0.62
Hex CC A5 70 0 13 2D 14 23 2F 3E
Octal 314 245 160 0 23 55 24 43 57 76
Binary 11001100 10100101 1110000 0 10011 101101 10100 100011 101111 111110

Color Harmonies of #CCA570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA570

Black with #CCA570

Text Example


Text Example

White with #CCA570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA570; }

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

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

background-color css

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

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

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

border-color css

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

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

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