#CCB37A

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

Shades of Putty #CCB37A

Tints of Putty #CCB37A

Color information

#CCB37A (or 0xCCB37A) is unknown color: approx Putty. HEX triplet: CC, B3 and 7A. RGB value is (204,179,122). Sum of RGB (Red+Green+Blue) = 204+179+122=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 179 (70.31% from 255 or 35.45% from 505); Blue value is 122 (48.05% from 255 or 24.16% from 505); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB37A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB37A is #334C85. Grayscale: #B4B4B4. Windows color (decimal): -3361926 or 8041420. OLE color: 8041420.

HSL color Cylindrical-coordinate representation of color #CCB37A: hue angle of 41.71º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCB37A is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.2.

Color convert

RGB204179122-
CMYK00.120.400.2
HSL41.71º44.57%63.92%-
HSV(B)41.71º40.2%80%-
XYZ44.5346.4825.04-
YUV179.9895.28145.13-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.40%
GREEN value IS 179 (70.31% from 255) = 35.45%
BLUE value IS 122 (48.05% from 255) = 24.16%
R=40.40%
G=35.45%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.40
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417912200.120.400.241.7144.5763.92
HexCCB37A0C28142a2d40
Octal31426317201450245255100
Binary1100110010110011111101001100101000101001010101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB37A; }

 p { color: rgb(204,179,122); }

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

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

 a { background-color: rgb(204,179,122); }

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

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

 span { border-color: rgb(204,179,122); }

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