#CCAF70

Color #CCAF70 Putty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Putty #CCAF70

Tints of Putty #CCAF70

Color information

#CCAF70 (or 0xCCAF70) is unknown color: approx Putty. HEX triplet: CC, AF and 70. RGB value is (204,175,112). Sum of RGB (Red+Green+Blue) = 204+175+112=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 175 (68.75% from 255 or 35.64% from 491); Blue value is 112 (44.14% from 255 or 22.81% from 491); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAF70 is #33508F. Grayscale: #B0B0B0. Windows color (decimal): -3362960 or 7385036. OLE color: 7385036.

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

Color convert

RGB204175112-
CMYK00.140.450.2
HSL41.09º47.42%61.96%-
HSV(B)41.09º45.1%80%-
XYZ43.1644.6721.68-
YUV176.4991.61147.62-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.55%
GREEN value IS 175 (68.75% from 255) = 35.64%
BLUE value IS 112 (44.14% from 255) = 22.81%
R=41.55%
G=35.64%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.45
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417511200.140.450.241.0947.4261.96
HexCCAF700E2D14292f3e
Octal3142571600165524515776
Binary110011001010111111100000111010110110100101001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAF70; }

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

 H1.HeaderClassName
 {
   color: #CCAF70;
 }
 .AnyTagClassName
 {
   color: #CCAF70;
 }
</style>
background-color css

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

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

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

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

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

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