#CC504F

Color #CC504F Fuzzy Wuzzy Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuzzy Wuzzy Brown #CC504F

Tints of Fuzzy Wuzzy Brown #CC504F

Color information

#CC504F (or 0xCC504F) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: CC, 50 and 4F. RGB value is (204,80,79). Sum of RGB (Red+Green+Blue) = 204+80+79=363 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.20% from 363); Green value is 80 (31.64% from 255 or 22.04% from 363); Blue value is 79 (31.25% from 255 or 21.76% from 363); Max value from RGB is 204 - color contains mainly: red. Hex color #CC504F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC504F is #33AFB0. Grayscale: #757575. Windows color (decimal): -3387313 or 5198028. OLE color: 5198028.

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

Color convert

RGB2048079-
CMYK00.610.610.2
HSL0.48º55.07%55.49%-
HSV(B)0.48º61.27%80%-
XYZ29.1819.149.55-
YUV116.96106.58190.08-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 56.20%
GREEN value IS 80 (31.64% from 255) = 22.04%
BLUE value IS 79 (31.25% from 255) = 21.76%
R=56.20%
G=22.04%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.61
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204807900.610.610.20.4855.0755.49
HexCC504F03D3D1403737
Octal314120117075752406767
Binary11001100101000010011110111101111101101000110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC504F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC504F; }

 p { color: rgb(204,80,79); }

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

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

 a { background-color: rgb(204,80,79); }

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

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

 span { border-color: rgb(204,80,79); }

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