Html Css Color HEX #C45552 Fuzzy Wuzzy Brown

📋 copy color: '#C45552'

red 196 ◦ green 85 ◦ blue 82

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

Shades of Fuzzy Wuzzy Brown #C45552

Tints of Fuzzy Wuzzy Brown #C45552

RGB

 RED value IS 196 (76.95% from 255) = 53.99%

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

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

R = 53.99%
G = 23.42%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C45552 (or 0xC45552) is known color: Fuzzy Wuzzy Brown. HEX triplet: C4, 55 and 52. RGB value is (196,85,82). Sum of RGB (Red+Green+Blue) = 196+85+82=363 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.99% from 363); Green value is 85 (33.59% from 255 or 23.42% from 363); Blue value is 82 (32.42% from 255 or 22.59% from 363); Max value from RGB is 196 - color contains mainly: red. Hex color #C45552 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45552 is #3BAAAD. Grayscale: #757575. Windows color (decimal): -3910318 or 5395908. OLE color: 5395908.

HSL color Cylindrical-coordinate representation of color #C45552: hue angle of 1.58º degrees, saturation: 0.49, 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 #C45552 is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 85 82 -
CMYK 0 0.57 0.58 0.23
HSL 1.58º 0.49% 0.55% -
HSV(B) 1.58º 0.58% 0.77% -
XYZ 27.54 18.84 10.17 -
YUV 117.85 107.77 183.74 -
System Red Green Blue C M Y K H S L
Decimal 196 85 82 0 0.57 0.58 0.23 1.58 0.49 0.55
Hex C4 55 52 0 39 3A 17 2 31 37
Octal 304 125 122 0 71 72 27 2 61 67
Binary 11000100 1010101 1010010 0 111001 111010 10111 10 110001 110111

Color Harmonies of #C45552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45552

Black with #C45552

Text Example


Text Example

White with #C45552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45552; }

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

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

background-color css

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

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

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

border-color css

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

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

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