Html Css Color HEX #C45251 Fuzzy Wuzzy Brown

📋 copy color: '#C45251'

red 196 ◦ green 82 ◦ blue 81

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

Shades of Fuzzy Wuzzy Brown #C45251

Tints of Fuzzy Wuzzy Brown #C45251

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.84%

 BLUE value IS 81 (32.03% from 255) = 22.56%

R = 54.6%
G = 22.84%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C45251 (or 0xC45251) is known color: Fuzzy Wuzzy Brown. HEX triplet: C4, 52 and 51. RGB value is (196,82,81). Sum of RGB (Red+Green+Blue) = 196+82+81=359 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.60% from 359); Green value is 82 (32.42% from 255 or 22.84% from 359); Blue value is 81 (32.03% from 255 or 22.56% from 359); Max value from RGB is 196 - color contains mainly: red. Hex color #C45251 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45251 is #3BADAE. Grayscale: #747474. Windows color (decimal): -3911087 or 5329604. OLE color: 5329604.

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

Color convert

RGB 196 82 81 -
CMYK 0 0.58 0.59 0.23
HSL 0.52º 0.49% 0.54% -
HSV(B) 0.52º 0.59% 0.77% -
XYZ 27.27 18.36 9.89 -
YUV 115.97 108.27 185.08 -
System Red Green Blue C M Y K H S L
Decimal 196 82 81 0 0.58 0.59 0.23 0.52 0.49 0.54
Hex C4 52 51 0 3A 3B 17 1 31 36
Octal 304 122 121 0 72 73 27 1 61 66
Binary 11000100 1010010 1010001 0 111010 111011 10111 1 110001 110110

Color Harmonies of #C45251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45251

Black with #C45251

Text Example


Text Example

White with #C45251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45251; }

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

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

background-color css

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

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

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

border-color css

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

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

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