#CA5956

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

Shades of Fuzzy Wuzzy Brown #CA5956

Tints of Fuzzy Wuzzy Brown #CA5956

Color information

#CA5956 (or 0xCA5956) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: CA, 59 and 56. RGB value is (202,89,86). Sum of RGB (Red+Green+Blue) = 202+89+86=377 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.58% from 377); Green value is 89 (35.16% from 255 or 23.61% from 377); Blue value is 86 (33.98% from 255 or 22.81% from 377); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5956 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5956 is #35A6A9. Grayscale: #7A7A7A. Windows color (decimal): -3516074 or 5659082. OLE color: 5659082.

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

Color convert

RGB2028986-
CMYK00.560.570.21
HSL1.55º52.25%56.47%-
HSV(B)1.55º57.43%79.22%-
XYZ29.6120.3711.18-
YUV122.44107.44184.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 53.58%
GREEN value IS 89 (35.16% from 255) = 23.61%
BLUE value IS 86 (33.98% from 255) = 22.81%
R=53.58%
G=23.61%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202898600.560.570.211.5552.2556.47
HexCA5956038391523438
Octal312131126070712526470
Binary110010101011001101011001110001110011010110110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5956; }

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

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

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

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

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

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

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

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