#CCB16D

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

Shades of Putty #CCB16D

Tints of Putty #CCB16D

Color information

#CCB16D (or 0xCCB16D) is unknown color: approx Putty. HEX triplet: CC, B1 and 6D. RGB value is (204,177,109). Sum of RGB (Red+Green+Blue) = 204+177+109=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 177 (69.53% from 255 or 36.12% from 490); Blue value is 109 (42.97% from 255 or 22.24% from 490); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB16D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB16D is #334E92. Grayscale: #B1B1B1. Windows color (decimal): -3362451 or 7188940. OLE color: 7188940.

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

Color convert

RGB204177109-
CMYK00.130.470.2
HSL42.95º48.22%61.37%-
HSV(B)42.95º46.57%80%-
XYZ43.3845.3920.94-
YUV177.3289.45147.03-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.63%
GREEN value IS 177 (69.53% from 255) = 36.12%
BLUE value IS 109 (42.97% from 255) = 22.24%
R=41.63%
G=36.12%
B=22.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.47
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417710900.130.470.242.9548.2261.37
HexCCB16D0D2F142b303d
Octal3142611550155724536075
Binary110011001011000111011010110110111110100101011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB16D; }

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

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

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

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

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

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

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

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