#CA5650

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

Shades of Fuzzy Wuzzy Brown #CA5650

Tints of Fuzzy Wuzzy Brown #CA5650

Color information

#CA5650 (or 0xCA5650) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: CA, 56 and 50. RGB value is (202,86,80). Sum of RGB (Red+Green+Blue) = 202+86+80=368 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.89% from 368); Green value is 86 (33.98% from 255 or 23.37% from 368); Blue value is 80 (31.64% from 255 or 21.74% from 368); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5650 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5650 is #35A9AF. Grayscale: #787878. Windows color (decimal): -3516848 or 5265098. OLE color: 5265098.

HSL color Cylindrical-coordinate representation of color #CA5650: hue angle of 2.95º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA5650 is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB2028680-
CMYK00.570.600.21
HSL2.95º53.51%55.29%-
HSV(B)2.95º60.4%79.22%-
XYZ29.1319.799.87-
YUV120105.43186.49-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 54.89%
GREEN value IS 86 (33.98% from 255) = 23.37%
BLUE value IS 80 (31.64% from 255) = 21.74%
R=54.89%
G=23.37%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202868000.570.600.212.9553.5155.29
HexCA56500393C1533637
Octal312126120071742536667
Binary110010101010110101000001110011111001010111110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5650; }

 p { color: rgb(202,86,80); }

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

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

 a { background-color: rgb(202,86,80); }

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

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

 span { border-color: rgb(202,86,80); }

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