Html Css Color HEX #CA5953 Fuzzy Wuzzy Brown

📋 copy color: '#CA5953'

red 202 ◦ green 89 ◦ blue 83

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

Shades of Fuzzy Wuzzy Brown #CA5953

Tints of Fuzzy Wuzzy Brown #CA5953

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.8%

 BLUE value IS 83 (32.81% from 255) = 22.19%

R = 54.01%
G = 23.8%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#CA5953 (or 0xCA5953) is known color: Fuzzy Wuzzy Brown. HEX triplet: CA, 59 and 53. RGB value is (202,89,83). Sum of RGB (Red+Green+Blue) = 202+89+83=374 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.01% from 374); Green value is 89 (35.16% from 255 or 23.80% from 374); Blue value is 83 (32.81% from 255 or 22.19% from 374); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5953 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5953 is #35A6AC. Grayscale: #7A7A7A. Windows color (decimal): -3516077 or 5462474. OLE color: 5462474.

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

Color convert

RGB 202 89 83 -
CMYK 0 0.56 0.59 0.21
HSL 3.03º 0.53% 0.56% -
HSV(B) 3.03º 0.59% 0.79% -
XYZ 29.49 20.33 10.55 -
YUV 122.1 105.94 184.99 -
System Red Green Blue C M Y K H S L
Decimal 202 89 83 0 0.56 0.59 0.21 3.03 0.53 0.56
Hex CA 59 53 0 38 3B 15 3 35 38
Octal 312 131 123 0 70 73 25 3 65 70
Binary 11001010 1011001 1010011 0 111000 111011 10101 11 110101 111000

Color Harmonies of #CA5953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5953

Black with #CA5953

Text Example


Text Example

White with #CA5953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5953; }

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

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

background-color css

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

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

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

border-color css

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

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

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