#CA5651

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

Shades of Fuzzy Wuzzy Brown #CA5651

Tints of Fuzzy Wuzzy Brown #CA5651

Color information

#CA5651 (or 0xCA5651) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: CA, 56 and 51. RGB value is (202,86,81). Sum of RGB (Red+Green+Blue) = 202+86+81=369 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.74% from 369); Green value is 86 (33.98% from 255 or 23.31% from 369); Blue value is 81 (32.03% from 255 or 21.95% from 369); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5651 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5651 is #35A9AE. Grayscale: #787878. Windows color (decimal): -3516847 or 5330634. OLE color: 5330634.

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

Color convert

RGB2028681-
CMYK00.570.600.21
HSL2.48º53.3%55.49%-
HSV(B)2.48º59.9%79.22%-
XYZ29.1719.8110.07-
YUV120.11105.93186.41-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 54.74%
GREEN value IS 86 (33.98% from 255) = 23.31%
BLUE value IS 81 (32.03% from 255) = 21.95%
R=54.74%
G=23.31%
B=21.95%

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
Decimal202868100.570.600.212.4853.355.49
HexCA56510393C1523537
Octal312126121071742526567
Binary110010101010110101000101110011111001010110110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5651; }

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

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

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

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

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

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

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

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