#CCB278

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

Shades of Putty #CCB278

Tints of Putty #CCB278

Color information

#CCB278 (or 0xCCB278) is unknown color: approx Putty. HEX triplet: CC, B2 and 78. RGB value is (204,178,120). Sum of RGB (Red+Green+Blue) = 204+178+120=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 178 (69.92% from 255 or 35.46% from 502); Blue value is 120 (47.27% from 255 or 23.90% from 502); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB278 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB278 is #334D87. Grayscale: #B3B3B3. Windows color (decimal): -3362184 or 7910092. OLE color: 7910092.

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

Color convert

RGB204178120-
CMYK00.130.410.2
HSL41.43º45.16%63.53%-
HSV(B)41.43º41.18%80%-
XYZ44.2146.0324.32-
YUV179.1694.61145.72-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.64%
GREEN value IS 178 (69.92% from 255) = 35.46%
BLUE value IS 120 (47.27% from 255) = 23.90%
R=40.64%
G=35.46%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.41
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417812000.130.410.241.4345.1663.53
HexCCB2780D2914292d40
Octal31426217001551245155100
Binary1100110010110010111100001101101001101001010011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB278; }

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

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

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

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

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

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

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

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