#CCAF6D

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

Shades of Putty #CCAF6D

Tints of Putty #CCAF6D

Color information

#CCAF6D (or 0xCCAF6D) is unknown color: approx Putty. HEX triplet: CC, AF and 6D. RGB value is (204,175,109). Sum of RGB (Red+Green+Blue) = 204+175+109=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 175 (68.75% from 255 or 35.86% from 488); Blue value is 109 (42.97% from 255 or 22.34% from 488); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAF6D is #335092. Grayscale: #B0B0B0. Windows color (decimal): -3362963 or 7188428. OLE color: 7188428.

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

Color convert

RGB204175109-
CMYK00.140.470.2
HSL41.68º48.22%61.37%-
HSV(B)41.68º46.57%80%-
XYZ42.9944.620.81-
YUV176.1590.11147.87-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.80%
GREEN value IS 175 (68.75% from 255) = 35.86%
BLUE value IS 109 (42.97% from 255) = 22.34%
R=41.80%
G=35.86%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.47
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417510900.140.470.241.6848.2261.37
HexCCAF6D0E2F142a303d
Octal3142571550165724526075
Binary110011001010111111011010111010111110100101010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAF6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAF6D; }

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

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

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

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

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

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

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

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