#CCB370

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

Shades of Putty #CCB370

Tints of Putty #CCB370

Color information

#CCB370 (or 0xCCB370) is unknown color: approx Putty. HEX triplet: CC, B3 and 70. RGB value is (204,179,112). Sum of RGB (Red+Green+Blue) = 204+179+112=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 179 (70.31% from 255 or 36.16% from 495); Blue value is 112 (44.14% from 255 or 22.63% from 495); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB370 is #334C8F. Grayscale: #B3B3B3. Windows color (decimal): -3361936 or 7386060. OLE color: 7386060.

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

Color convert

RGB204179112-
CMYK00.120.450.2
HSL43.7º47.42%61.96%-
HSV(B)43.7º45.1%80%-
XYZ43.9546.2521.94-
YUV178.8490.28145.95-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.21%
GREEN value IS 179 (70.31% from 255) = 36.16%
BLUE value IS 112 (44.14% from 255) = 22.63%
R=41.21%
G=36.16%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.45
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417911200.120.450.243.747.4261.96
HexCCB3700C2D142c2f3e
Octal3142631600145524545776
Binary110011001011001111100000110010110110100101100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB370; }

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

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

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

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

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

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

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

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