#CCB270

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

Shades of Putty #CCB270

Tints of Putty #CCB270

Color information

#CCB270 (or 0xCCB270) is unknown color: approx Putty. HEX triplet: CC, B2 and 70. RGB value is (204,178,112). Sum of RGB (Red+Green+Blue) = 204+178+112=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 178 (69.92% from 255 or 36.03% from 494); Blue value is 112 (44.14% from 255 or 22.67% from 494); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB270 is #334D8F. Grayscale: #B2B2B2. Windows color (decimal): -3362192 or 7385804. OLE color: 7385804.

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

Color convert

RGB204178112-
CMYK00.130.450.2
HSL43.04º47.42%61.96%-
HSV(B)43.04º45.1%80%-
XYZ43.7545.8521.87-
YUV178.2590.61146.37-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.30%
GREEN value IS 178 (69.92% from 255) = 36.03%
BLUE value IS 112 (44.14% from 255) = 22.67%
R=41.30%
G=36.03%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.45
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417811200.130.450.243.0447.4261.96
HexCCB2700D2D142b2f3e
Octal3142621600155524535776
Binary110011001011001011100000110110110110100101011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB270; }

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

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

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

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

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

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

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

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