Html Css Color HEX #CA5251 Fuzzy Wuzzy Brown

📋 copy color: '#CA5251'

red 202 ◦ green 82 ◦ blue 81

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

Shades of Fuzzy Wuzzy Brown #CA5251

Tints of Fuzzy Wuzzy Brown #CA5251

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.47%

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

R = 55.34%
G = 22.47%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#CA5251 (or 0xCA5251) is known color: Fuzzy Wuzzy Brown. HEX triplet: CA, 52 and 51. RGB value is (202,82,81). Sum of RGB (Red+Green+Blue) = 202+82+81=365 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.34% from 365); Green value is 82 (32.42% from 255 or 22.47% from 365); Blue value is 81 (32.03% from 255 or 22.19% from 365); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5251 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5251 is #35ADAE. Grayscale: #757575. Windows color (decimal): -3517871 or 5329610. OLE color: 5329610.

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

Color convert

RGB 202 82 81 -
CMYK 0 0.59 0.60 0.21
HSL 0.5º 0.53% 0.55% -
HSV(B) 0.5º 0.6% 0.79% -
XYZ 28.86 19.19 9.97 -
YUV 117.77 107.26 188.08 -
System Red Green Blue C M Y K H S L
Decimal 202 82 81 0 0.59 0.60 0.21 0.5 0.53 0.55
Hex CA 52 51 0 3B 3C 15 0 35 37
Octal 312 122 121 0 73 74 25 0 65 67
Binary 11001010 1010010 1010001 0 111011 111100 10101 0 110101 110111

Color Harmonies of #CA5251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5251

Black with #CA5251

Text Example


Text Example

White with #CA5251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5251; }

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

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

background-color css

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

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

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

border-color css

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

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

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