Html Css Color HEX #CA5450 Fuzzy Wuzzy Brown

📋 copy color: '#CA5450'

red 202 ◦ green 84 ◦ blue 80

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

Shades of Fuzzy Wuzzy Brown #CA5450

Tints of Fuzzy Wuzzy Brown #CA5450

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.95%

 BLUE value IS 80 (31.64% from 255) = 21.86%

R = 55.19%
G = 22.95%
B = 21.86%

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

#CA5450 (or 0xCA5450) is known color: Fuzzy Wuzzy Brown. HEX triplet: CA, 54 and 50. RGB value is (202,84,80). Sum of RGB (Red+Green+Blue) = 202+84+80=366 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.19% from 366); Green value is 84 (33.20% from 255 or 22.95% from 366); Blue value is 80 (31.64% from 255 or 21.86% from 366); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5450 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5450 is #35ABAF. Grayscale: #767676. Windows color (decimal): -3517360 or 5264586. OLE color: 5264586.

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

Color convert

RGB 202 84 80 -
CMYK 0 0.58 0.60 0.21
HSL 1.97º 0.54% 0.55% -
HSV(B) 1.97º 0.6% 0.79% -
XYZ 28.98 19.48 9.82 -
YUV 118.83 106.09 187.33 -
System Red Green Blue C M Y K H S L
Decimal 202 84 80 0 0.58 0.60 0.21 1.97 0.54 0.55
Hex CA 54 50 0 3A 3C 15 2 36 37
Octal 312 124 120 0 72 74 25 2 66 67
Binary 11001010 1010100 1010000 0 111010 111100 10101 10 110110 110111

Color Harmonies of #CA5450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5450

Black with #CA5450

Text Example


Text Example

White with #CA5450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5450; }

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

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

background-color css

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

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

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

border-color css

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

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

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