#CCA774

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

Shades of Putty #CCA774

Tints of Putty #CCA774

Color information

#CCA774 (or 0xCCA774) is unknown color: approx Putty. HEX triplet: CC, A7 and 74. RGB value is (204,167,116). Sum of RGB (Red+Green+Blue) = 204+167+116=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 167 (65.62% from 255 or 34.29% from 487); Blue value is 116 (45.70% from 255 or 23.82% from 487); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA774 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA774 is #33588B. Grayscale: #ACACAC. Windows color (decimal): -3365004 or 7645132. OLE color: 7645132.

HSL color Cylindrical-coordinate representation of color #CCA774: hue angle of 34.77º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CCA774 is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.2.

Color convert

RGB204167116-
CMYK00.180.430.2
HSL34.77º46.32%62.75%-
HSV(B)34.77º43.14%80%-
XYZ41.8741.7422.37-
YUV172.2596.26150.65-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.89%
GREEN value IS 167 (65.62% from 255) = 34.29%
BLUE value IS 116 (45.70% from 255) = 23.82%
R=41.89%
G=34.29%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.43
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416711600.180.430.234.7746.3262.75
HexCCA7740122B14232e3f
Octal3142471640225324435677
Binary1100110010100111111010001001010101110100100011101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA774; }

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

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

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

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

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

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

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

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