#CA5755

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

Shades of Fuzzy Wuzzy Brown #CA5755

Tints of Fuzzy Wuzzy Brown #CA5755

Color information

#CA5755 (or 0xCA5755) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: CA, 57 and 55. RGB value is (202,87,85). Sum of RGB (Red+Green+Blue) = 202+87+85=374 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.01% from 374); Green value is 87 (34.38% from 255 or 23.26% from 374); Blue value is 85 (33.59% from 255 or 22.73% from 374); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5755 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5755 is #35A8AA. Grayscale: #797979. Windows color (decimal): -3516587 or 5593034. OLE color: 5593034.

HSL color Cylindrical-coordinate representation of color #CA5755: hue angle of 1.03º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CA5755 is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.21.

Color convert

RGB2028785-
CMYK00.570.580.21
HSL1.03º52.47%56.27%-
HSV(B)1.03º57.92%79.22%-
XYZ29.4120.0310.91-
YUV121.16107.6185.66-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 54.01%
GREEN value IS 87 (34.38% from 255) = 23.26%
BLUE value IS 85 (33.59% from 255) = 22.73%
R=54.01%
G=23.26%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202878500.570.580.211.0352.4756.27
HexCA57550393A1513438
Octal312127125071722516470
Binary11001010101011110101010111001111010101011110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5755; }

 p { color: rgb(202,87,85); }

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

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

 a { background-color: rgb(202,87,85); }

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

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

 span { border-color: rgb(202,87,85); }

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