#CCB07D

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

Shades of Putty #CCB07D

Tints of Putty #CCB07D

Color information

#CCB07D (or 0xCCB07D) is unknown color: approx Putty. HEX triplet: CC, B0 and 7D. RGB value is (204,176,125). Sum of RGB (Red+Green+Blue) = 204+176+125=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 176 (69.14% from 255 or 34.85% from 505); Blue value is 125 (49.22% from 255 or 24.75% from 505); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB07D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB07D is #334F82. Grayscale: #B2B2B2. Windows color (decimal): -3362691 or 8237260. OLE color: 8237260.

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

Color convert

RGB204176125-
CMYK00.140.390.2
HSL38.73º43.65%64.51%-
HSV(B)38.73º38.73%80%-
XYZ44.1345.3725.83-
YUV178.5697.78146.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.40%
GREEN value IS 176 (69.14% from 255) = 34.85%
BLUE value IS 125 (49.22% from 255) = 24.75%
R=40.40%
G=34.85%
B=24.75%

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
Decimal20417612500.140.390.238.7343.6564.51
HexCCB07D0E2714272c41
Octal31426017501647244754101
Binary1100110010110000111110101110100111101001001111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB07D; }

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

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

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

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

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

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

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

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