#CC4F4F

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

Shades of Fuzzy Wuzzy Brown #CC4F4F

Tints of Fuzzy Wuzzy Brown #CC4F4F

Color information

#CC4F4F (or 0xCC4F4F) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: CC, 4F and 4F. RGB value is (204,79,79). Sum of RGB (Red+Green+Blue) = 204+79+79=362 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.35% from 362); Green value is 79 (31.25% from 255 or 21.82% from 362); Blue value is 79 (31.25% from 255 or 21.82% from 362); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4F4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC4F4F is #33B0B0. Grayscale: #747474. Windows color (decimal): -3387569 or 5197772. OLE color: 5197772.

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

Color convert

RGB2047979-
CMYK00.610.610.2
HSL55.07%55.49%-
HSV(B)61.27%80%-
XYZ29.1118.999.53-
YUV116.38106.91190.5-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 56.35%
GREEN value IS 79 (31.25% from 255) = 21.82%
BLUE value IS 79 (31.25% from 255) = 21.82%
R=56.35%
G=21.82%
B=21.82%

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
Decimal204797900.610.610.2055.0755.49
HexCC4F4F03D3D1403737
Octal314117117075752406767
Binary11001100100111110011110111101111101101000110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4F4F; }

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

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

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

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

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

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

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

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