Html Css Color HEX #CA5A53 Fuzzy Wuzzy Brown

📋 copy color: '#CA5A53'

red 202 ◦ green 90 ◦ blue 83

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

Shades of Fuzzy Wuzzy Brown #CA5A53

Tints of Fuzzy Wuzzy Brown #CA5A53

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24%

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

R = 53.87%
G = 24%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#CA5A53 (or 0xCA5A53) is known color: Fuzzy Wuzzy Brown. HEX triplet: CA, 5A and 53. RGB value is (202,90,83). Sum of RGB (Red+Green+Blue) = 202+90+83=375 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.87% from 375); Green value is 90 (35.55% from 255 or 24% from 375); Blue value is 83 (32.81% from 255 or 22.13% from 375); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5A53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5A53 is #35A5AC. Grayscale: #7A7A7A. Windows color (decimal): -3515821 or 5462730. OLE color: 5462730.

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

Color convert

RGB 202 90 83 -
CMYK 0 0.55 0.59 0.21
HSL 3.53º 0.53% 0.56% -
HSV(B) 3.53º 0.59% 0.79% -
XYZ 29.57 20.49 10.58 -
YUV 122.69 105.61 184.57 -
System Red Green Blue C M Y K H S L
Decimal 202 90 83 0 0.55 0.59 0.21 3.53 0.53 0.56
Hex CA 5A 53 0 37 3B 15 4 35 38
Octal 312 132 123 0 67 73 25 4 65 70
Binary 11001010 1011010 1010011 0 110111 111011 10101 100 110101 111000

Color Harmonies of #CA5A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5A53

Black with #CA5A53

Text Example


Text Example

White with #CA5A53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5A53; }

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

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

background-color css

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

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

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

border-color css

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

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

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