#CCB075

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

Shades of Putty #CCB075

Tints of Putty #CCB075

Color information

#CCB075 (or 0xCCB075) is unknown color: approx Putty. HEX triplet: CC, B0 and 75. RGB value is (204,176,117). Sum of RGB (Red+Green+Blue) = 204+176+117=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 176 (69.14% from 255 or 35.41% from 497); Blue value is 117 (46.09% from 255 or 23.54% from 497); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB075 is #334F8A. Grayscale: #B1B1B1. Windows color (decimal): -3362699 or 7712972. OLE color: 7712972.

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

Color convert

RGB204176117-
CMYK00.140.430.2
HSL40.69º46.03%62.94%-
HSV(B)40.69º42.65%80%-
XYZ43.6445.1723.25-
YUV177.6593.78146.8-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.05%
GREEN value IS 176 (69.14% from 255) = 35.41%
BLUE value IS 117 (46.09% from 255) = 23.54%
R=41.05%
G=35.41%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.43
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417611700.140.430.240.6946.0362.94
HexCCB0750E2B14292e3f
Octal3142601650165324515677
Binary110011001011000011101010111010101110100101001101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB075; }

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

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

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

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

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

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

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

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