#CCB36A

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

Shades of Putty #CCB36A

Tints of Putty #CCB36A

Color information

#CCB36A (or 0xCCB36A) is unknown color: approx Putty. HEX triplet: CC, B3 and 6A. RGB value is (204,179,106). Sum of RGB (Red+Green+Blue) = 204+179+106=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 179 (70.31% from 255 or 36.61% from 489); Blue value is 106 (41.80% from 255 or 21.68% from 489); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB36A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB36A is #334C95. Grayscale: #B2B2B2. Windows color (decimal): -3361942 or 6992844. OLE color: 6992844.

HSL color Cylindrical-coordinate representation of color #CCB36A: hue angle of 44.69º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CCB36A is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.2.

Color convert

RGB204179106-
CMYK00.120.480.2
HSL44.69º49%60.78%-
HSV(B)44.69º48.04%80%-
XYZ43.6246.1220.24-
YUV178.1587.28146.44-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.72%
GREEN value IS 179 (70.31% from 255) = 36.61%
BLUE value IS 106 (41.80% from 255) = 21.68%
R=41.72%
G=36.61%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.48
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417910600.120.480.244.694960.78
HexCCB36A0C30142d313d
Octal3142631520146024556175
Binary110011001011001111010100110011000010100101101110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB36A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB36A; }

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

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

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

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

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

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

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

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