#CA5754

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

Shades of Fuzzy Wuzzy Brown #CA5754

Tints of Fuzzy Wuzzy Brown #CA5754

Color information

#CA5754 (or 0xCA5754) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: CA, 57 and 54. RGB value is (202,87,84). Sum of RGB (Red+Green+Blue) = 202+87+84=373 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.16% from 373); Green value is 87 (34.38% from 255 or 23.32% from 373); Blue value is 84 (33.20% from 255 or 22.52% from 373); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5754 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5754 is #35A8AB. Grayscale: #797979. Windows color (decimal): -3516588 or 5527498. OLE color: 5527498.

HSL color Cylindrical-coordinate representation of color #CA5754: hue angle of 1.53º degrees, saturation: 0.53, 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 #CA5754 is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.21.

Color convert

RGB2028784-
CMYK00.570.580.21
HSL1.53º52.68%56.08%-
HSV(B)1.53º58.42%79.22%-
XYZ29.3720.0110.7-
YUV121.04107.1185.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 54.16%
GREEN value IS 87 (34.38% from 255) = 23.32%
BLUE value IS 84 (33.20% from 255) = 22.52%
R=54.16%
G=23.32%
B=22.52%

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
Decimal202878400.570.580.211.5352.6856.08
HexCA57540393A1523538
Octal312127124071722526570
Binary110010101010111101010001110011110101010110110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5754; }

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

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

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

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

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

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

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

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