#CC5453

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

Shades of Fuzzy Wuzzy Brown #CC5453

Tints of Fuzzy Wuzzy Brown #CC5453

Color information

#CC5453 (or 0xCC5453) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: CC, 54 and 53. RGB value is (204,84,83). Sum of RGB (Red+Green+Blue) = 204+84+83=371 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.99% from 371); Green value is 84 (33.20% from 255 or 22.64% from 371); Blue value is 83 (32.81% from 255 or 22.37% from 371); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5453 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5453 is #33ABAC. Grayscale: #777777. Windows color (decimal): -3386285 or 5461196. OLE color: 5461196.

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

Color convert

RGB2048483-
CMYK00.590.590.2
HSL0.5º54.26%56.27%-
HSV(B)0.5º59.31%80%-
XYZ29.6319.810.44-
YUV119.77107.26188.08-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 54.99%
GREEN value IS 84 (33.20% from 255) = 22.64%
BLUE value IS 83 (32.81% from 255) = 22.37%
R=54.99%
G=22.64%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.59
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204848300.590.590.20.554.2656.27
HexCC545303B3B1403638
Octal314124123073732406670
Binary11001100101010010100110111011111011101000110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5453; }

 p { color: rgb(204,84,83); }

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

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

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

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

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

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

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