Html Css Color HEX #CA5552 Fuzzy Wuzzy Brown

📋 copy color: '#CA5552'

red 202 ◦ green 85 ◦ blue 82

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

Shades of Fuzzy Wuzzy Brown #CA5552

Tints of Fuzzy Wuzzy Brown #CA5552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 22.22%

R = 54.74%
G = 23.04%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#CA5552 (or 0xCA5552) is known color: Fuzzy Wuzzy Brown. HEX triplet: CA, 55 and 52. RGB value is (202,85,82). Sum of RGB (Red+Green+Blue) = 202+85+82=369 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.74% from 369); Green value is 85 (33.59% from 255 or 23.04% from 369); Blue value is 82 (32.42% from 255 or 22.22% from 369); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5552 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5552 is #35AAAD. Grayscale: #777777. Windows color (decimal): -3517102 or 5395914. OLE color: 5395914.

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

Color convert

RGB 202 85 82 -
CMYK 0 0.58 0.59 0.21
HSL 1.5º 0.53% 0.56% -
HSV(B) 1.5º 0.59% 0.79% -
XYZ 29.13 19.66 10.24 -
YUV 119.64 106.76 186.74 -
System Red Green Blue C M Y K H S L
Decimal 202 85 82 0 0.58 0.59 0.21 1.5 0.53 0.56
Hex CA 55 52 0 3A 3B 15 2 35 38
Octal 312 125 122 0 72 73 25 2 65 70
Binary 11001010 1010101 1010010 0 111010 111011 10101 10 110101 111000

Color Harmonies of #CA5552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5552

Black with #CA5552

Text Example


Text Example

White with #CA5552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5552; }

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

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

background-color css

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

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

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

border-color css

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

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

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