Html Css Color HEX #C45150 Fuzzy Wuzzy Brown

📋 copy color: '#C45150'

red 196 ◦ green 81 ◦ blue 80

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

Shades of Fuzzy Wuzzy Brown #C45150

Tints of Fuzzy Wuzzy Brown #C45150

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.69%

 BLUE value IS 80 (31.64% from 255) = 22.41%

R = 54.9%
G = 22.69%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C45150 (or 0xC45150) is known color: Fuzzy Wuzzy Brown. HEX triplet: C4, 51 and 50. RGB value is (196,81,80). Sum of RGB (Red+Green+Blue) = 196+81+80=357 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.90% from 357); Green value is 81 (32.03% from 255 or 22.69% from 357); Blue value is 80 (31.64% from 255 or 22.41% from 357); Max value from RGB is 196 - color contains mainly: red. Hex color #C45150 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45150 is #3BAEAF. Grayscale: #737373. Windows color (decimal): -3911344 or 5263812. OLE color: 5263812.

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

Color convert

RGB 196 81 80 -
CMYK 0 0.59 0.59 0.23
HSL 0.52º 0.5% 0.54% -
HSV(B) 0.52º 0.59% 0.77% -
XYZ 27.16 18.2 9.67 -
YUV 115.27 108.1 185.58 -
System Red Green Blue C M Y K H S L
Decimal 196 81 80 0 0.59 0.59 0.23 0.52 0.5 0.54
Hex C4 51 50 0 3B 3B 17 1 32 36
Octal 304 121 120 0 73 73 27 1 62 66
Binary 11000100 1010001 1010000 0 111011 111011 10111 1 110010 110110

Color Harmonies of #C45150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45150

Black with #C45150

Text Example


Text Example

White with #C45150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45150; }

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

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

background-color css

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

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

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

border-color css

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

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

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