Html Css Color HEX #CCA770 Putty

📋 copy color: '#CCA770'

red 204 ◦ green 167 ◦ blue 112

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

Shades of Putty #CCA770

Tints of Putty #CCA770

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.58%

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

R = 42.24%
G = 34.58%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.45

 K value IS 0.2

RGB Variations

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

Color information

#CCA770 (or 0xCCA770) is known color: Putty. HEX triplet: CC, A7 and 70. RGB value is (204,167,112). Sum of RGB (Red+Green+Blue) = 204+167+112=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 167 (65.62% from 255 or 34.58% from 483); Blue value is 112 (44.14% from 255 or 23.19% from 483); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA770 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA770 is #33588F. Grayscale: #ACACAC. Windows color (decimal): -3365008 or 7382988. OLE color: 7382988.

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

Color convert

RGB 204 167 112 -
CMYK 0 0.18 0.45 0.2
HSL 35.87º 0.47% 0.62% -
HSV(B) 35.87º 0.45% 0.8% -
XYZ 41.65 41.64 21.17 -
YUV 171.79 94.26 150.97 -
System Red Green Blue C M Y K H S L
Decimal 204 167 112 0 0.18 0.45 0.2 35.87 0.47 0.62
Hex CC A7 70 0 12 2D 14 24 2F 3E
Octal 314 247 160 0 22 55 24 44 57 76
Binary 11001100 10100111 1110000 0 10010 101101 10100 100100 101111 111110

Color Harmonies of #CCA770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA770

Black with #CCA770

Text Example


Text Example

White with #CCA770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA770; }

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

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

background-color css

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

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

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

border-color css

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

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

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