Html Css Color HEX #CA5551 Fuzzy Wuzzy Brown

📋 copy color: '#CA5551'

red 202 ◦ green 85 ◦ blue 81

#CA5551
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuzzy Wuzzy Brown #CA5551

Tints of Fuzzy Wuzzy Brown #CA5551

RGB

 RED value IS 202 (79.3% from 255) = 54.89%

 GREEN value IS 85 (33.59% from 255) = 23.1%

 BLUE value IS 81 (32.03% from 255) = 22.01%

R = 54.89%
G = 23.1%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#CA5551 (or 0xCA5551) is known color: Fuzzy Wuzzy Brown. HEX triplet: CA, 55 and 51. RGB value is (202,85,81). Sum of RGB (Red+Green+Blue) = 202+85+81=368 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.89% from 368); Green value is 85 (33.59% from 255 or 23.10% from 368); Blue value is 81 (32.03% from 255 or 22.01% from 368); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5551 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5551 is #35AAAE. Grayscale: #777777. Windows color (decimal): -3517103 or 5330378. OLE color: 5330378.

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

Color convert

RGB 202 85 81 -
CMYK 0 0.58 0.60 0.21
HSL 1.98º 0.53% 0.55% -
HSV(B) 1.98º 0.6% 0.79% -
XYZ 29.09 19.65 10.04 -
YUV 119.53 106.26 186.83 -
System Red Green Blue C M Y K H S L
Decimal 202 85 81 0 0.58 0.60 0.21 1.98 0.53 0.55
Hex CA 55 51 0 3A 3C 15 2 35 37
Octal 312 125 121 0 72 74 25 2 65 67
Binary 11001010 1010101 1010001 0 111010 111100 10101 10 110101 110111

Color Harmonies of #CA5551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5551

Black with #CA5551

Text Example


Text Example

White with #CA5551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5551; }

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

 H1.HeaderClassName
 {
   color: #CA5551;
 }
 .AnyTagClassName
 {
   color: #CA5551;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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