#CCB175

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

Shades of Putty #CCB175

Tints of Putty #CCB175

Color information

#CCB175 (or 0xCCB175) is unknown color: approx Putty. HEX triplet: CC, B1 and 75. RGB value is (204,177,117). Sum of RGB (Red+Green+Blue) = 204+177+117=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 177 (69.53% from 255 or 35.54% from 498); Blue value is 117 (46.09% from 255 or 23.49% from 498); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB175 is #334E8A. Grayscale: #B2B2B2. Windows color (decimal): -3362443 or 7713228. OLE color: 7713228.

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

Color convert

RGB204177117-
CMYK00.130.430.2
HSL41.38º46.03%62.94%-
HSV(B)41.38º42.65%80%-
XYZ43.8345.5723.31-
YUV178.2393.45146.38-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.96%
GREEN value IS 177 (69.53% from 255) = 35.54%
BLUE value IS 117 (46.09% from 255) = 23.49%
R=40.96%
G=35.54%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.43
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417711700.130.430.241.3846.0362.94
HexCCB1750D2B14292e3f
Octal3142611650155324515677
Binary110011001011000111101010110110101110100101001101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB175; }

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

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

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

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

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

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

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

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