#CCB570

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

Shades of Putty #CCB570

Tints of Putty #CCB570

Color information

#CCB570 (or 0xCCB570) is unknown color: approx Putty. HEX triplet: CC, B5 and 70. RGB value is (204,181,112). Sum of RGB (Red+Green+Blue) = 204+181+112=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 181 (71.09% from 255 or 36.42% from 497); Blue value is 112 (44.14% from 255 or 22.54% from 497); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB570 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB570 is #334A8F. Grayscale: #B4B4B4. Windows color (decimal): -3361424 or 7386572. OLE color: 7386572.

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

Color convert

RGB204181112-
CMYK00.110.450.2
HSL45º47.42%61.96%-
HSV(B)45º45.1%80%-
XYZ44.3547.0522.07-
YUV180.0189.62145.11-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.05%
GREEN value IS 181 (71.09% from 255) = 36.42%
BLUE value IS 112 (44.14% from 255) = 22.54%
R=41.05%
G=36.42%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.45
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418111200.110.450.24547.4261.96
HexCCB5700B2D142d2f3e
Octal3142651600135524555776
Binary110011001011010111100000101110110110100101101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB570; }

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

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

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

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

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

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

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

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