#CCB066

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

Shades of Putty #CCB066

Tints of Putty #CCB066

Color information

#CCB066 (or 0xCCB066) is unknown color: approx Putty. HEX triplet: CC, B0 and 66. RGB value is (204,176,102). Sum of RGB (Red+Green+Blue) = 204+176+102=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 176 (69.14% from 255 or 36.51% from 482); Blue value is 102 (40.23% from 255 or 21.16% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB066 is #334F99. Grayscale: #B0B0B0. Windows color (decimal): -3362714 or 6729932. OLE color: 6729932.

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

Color convert

RGB204176102-
CMYK00.140.50.2
HSL43.53º50%60%-
HSV(B)43.53º50%80%-
XYZ42.8344.8518.97-
YUV175.9486.28148.02-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.32%
GREEN value IS 176 (69.14% from 255) = 36.51%
BLUE value IS 102 (40.23% from 255) = 21.16%
R=42.32%
G=36.51%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.5
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417610200.140.50.243.535060
HexCCB0660E32142c323c
Octal3142601460166224546274
Binary110011001011000011001100111011001010100101100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB066; }

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

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

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

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

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

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

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

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