#CCB06D

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

Shades of Putty #CCB06D

Tints of Putty #CCB06D

Color information

#CCB06D (or 0xCCB06D) is unknown color: approx Putty. HEX triplet: CC, B0 and 6D. RGB value is (204,176,109). Sum of RGB (Red+Green+Blue) = 204+176+109=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 176 (69.14% from 255 or 35.99% from 489); Blue value is 109 (42.97% from 255 or 22.29% from 489); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB06D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB06D is #334F92. Grayscale: #B1B1B1. Windows color (decimal): -3362707 or 7188684. OLE color: 7188684.

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

Color convert

RGB204176109-
CMYK00.140.470.2
HSL42.32º48.22%61.37%-
HSV(B)42.32º46.57%80%-
XYZ43.1944.9920.88-
YUV176.7389.78147.45-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.72%
GREEN value IS 176 (69.14% from 255) = 35.99%
BLUE value IS 109 (42.97% from 255) = 22.29%
R=41.72%
G=35.99%
B=22.29%

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
Decimal20417610900.140.470.242.3248.2261.37
HexCCB06D0E2F142a303d
Octal3142601550165724526075
Binary110011001011000011011010111010111110100101010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB06D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB06D; }

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

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

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

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

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

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

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

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