#CCB07C

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

Shades of Putty #CCB07C

Tints of Putty #CCB07C

Color information

#CCB07C (or 0xCCB07C) is unknown color: approx Putty. HEX triplet: CC, B0 and 7C. RGB value is (204,176,124). Sum of RGB (Red+Green+Blue) = 204+176+124=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 176 (69.14% from 255 or 34.92% from 504); Blue value is 124 (48.83% from 255 or 24.60% from 504); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB07C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB07C is #334F83. Grayscale: #B2B2B2. Windows color (decimal): -3362692 or 8171724. OLE color: 8171724.

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

Color convert

RGB204176124-
CMYK00.140.390.2
HSL39º43.96%64.31%-
HSV(B)39º39.22%80%-
XYZ44.0745.3425.5-
YUV178.4497.28146.23-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.48%
GREEN value IS 176 (69.14% from 255) = 34.92%
BLUE value IS 124 (48.83% from 255) = 24.60%
R=40.48%
G=34.92%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.39
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417612400.140.390.23943.9664.31
HexCCB07C0E2714272c40
Octal31426017401647244754100
Binary1100110010110000111110001110100111101001001111011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB07C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB07C; }

 p { color: rgb(204,176,124); }

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

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

 a { background-color: rgb(204,176,124); }

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

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

 span { border-color: rgb(204,176,124); }

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