Html Css Color HEX #C55852 Fuzzy Wuzzy Brown

📋 copy color: '#C55852'

red 197 ◦ green 88 ◦ blue 82

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

Shades of Fuzzy Wuzzy Brown #C55852

Tints of Fuzzy Wuzzy Brown #C55852

RGB

 RED value IS 197 (77.34% from 255) = 53.68%

 GREEN value IS 88 (34.77% from 255) = 23.98%

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

R = 53.68%
G = 23.98%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C55852 (or 0xC55852) is known color: Fuzzy Wuzzy Brown. HEX triplet: C5, 58 and 52. RGB value is (197,88,82). Sum of RGB (Red+Green+Blue) = 197+88+82=367 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.68% from 367); Green value is 88 (34.77% from 255 or 23.98% from 367); Blue value is 82 (32.42% from 255 or 22.34% from 367); Max value from RGB is 197 - color contains mainly: red. Hex color #C55852 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55852 is #3AA7AD. Grayscale: #787878. Windows color (decimal): -3844014 or 5396677. OLE color: 5396677.

HSL color Cylindrical-coordinate representation of color #C55852: hue angle of 3.13º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C55852 is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 88 82 -
CMYK 0 0.55 0.58 0.23
HSL 3.13º 0.5% 0.55% -
HSV(B) 3.13º 0.58% 0.77% -
XYZ 28.04 19.46 10.26 -
YUV 119.91 106.61 182.99 -
System Red Green Blue C M Y K H S L
Decimal 197 88 82 0 0.55 0.58 0.23 3.13 0.5 0.55
Hex C5 58 52 0 37 3A 17 3 32 37
Octal 305 130 122 0 67 72 27 3 62 67
Binary 11000101 1011000 1010010 0 110111 111010 10111 11 110010 110111

Color Harmonies of #C55852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55852

Black with #C55852

Text Example


Text Example

White with #C55852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55852; }

 p { color: rgb(197,88,82); }

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

background-color css

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

 a { background-color: rgb(197,88,82); }

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

border-color css

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

 span { border-color: rgb(197,88,82); }

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