#CCB475

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

Shades of Putty #CCB475

Tints of Putty #CCB475

Color information

#CCB475 (or 0xCCB475) is unknown color: approx Putty. HEX triplet: CC, B4 and 75. RGB value is (204,180,117). Sum of RGB (Red+Green+Blue) = 204+180+117=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 180 (70.70% from 255 or 35.93% from 501); Blue value is 117 (46.09% from 255 or 23.35% from 501); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB475 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB475 is #334B8A. Grayscale: #B4B4B4. Windows color (decimal): -3361675 or 7713996. OLE color: 7713996.

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

Color convert

RGB204180117-
CMYK00.120.430.2
HSL43.45º46.03%62.94%-
HSV(B)43.45º42.65%80%-
XYZ44.4346.7623.51-
YUV179.9992.45145.12-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.72%
GREEN value IS 180 (70.70% from 255) = 35.93%
BLUE value IS 117 (46.09% from 255) = 23.35%
R=40.72%
G=35.93%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.43
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418011700.120.430.243.4546.0362.94
HexCCB4750C2B142b2e3f
Octal3142641650145324535677
Binary110011001011010011101010110010101110100101011101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB475; }

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

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

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

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

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

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

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

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