#CCB174

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

Shades of Putty #CCB174

Tints of Putty #CCB174

Color information

#CCB174 (or 0xCCB174) is unknown color: approx Putty. HEX triplet: CC, B1 and 74. RGB value is (204,177,116). Sum of RGB (Red+Green+Blue) = 204+177+116=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 177 (69.53% from 255 or 35.61% from 497); Blue value is 116 (45.70% from 255 or 23.34% from 497); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB174 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB174 is #334E8B. Grayscale: #B2B2B2. Windows color (decimal): -3362444 or 7647692. OLE color: 7647692.

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

Color convert

RGB204177116-
CMYK00.130.430.2
HSL41.59º46.32%62.75%-
HSV(B)41.59º43.14%80%-
XYZ43.7845.5423.01-
YUV178.1292.95146.46-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.05%
GREEN value IS 177 (69.53% from 255) = 35.61%
BLUE value IS 116 (45.70% from 255) = 23.34%
R=41.05%
G=35.61%
B=23.34%

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
Decimal20417711600.130.430.241.5946.3262.75
HexCCB1740D2B142a2e3f
Octal3142611640155324525677
Binary110011001011000111101000110110101110100101010101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB174; }

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

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

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

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

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

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

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

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