Html Css Color HEX #C15151 Fuzzy Wuzzy Brown

📋 copy color: '#C15151'

red 193 ◦ green 81 ◦ blue 81

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

Shades of Fuzzy Wuzzy Brown #C15151

Tints of Fuzzy Wuzzy Brown #C15151

RGB

 RED value IS 193 (75.78% from 255) = 54.37%

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

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

R = 54.37%
G = 22.82%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C15151 (or 0xC15151) is known color: Fuzzy Wuzzy Brown. HEX triplet: C1, 51 and 51. RGB value is (193,81,81). Sum of RGB (Red+Green+Blue) = 193+81+81=355 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.37% from 355); Green value is 81 (32.03% from 255 or 22.82% from 355); Blue value is 81 (32.03% from 255 or 22.82% from 355); Max value from RGB is 193 - color contains mainly: red. Hex color #C15151 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15151 is #3EAEAE. Grayscale: #727272. Windows color (decimal): -4107951 or 5329345. OLE color: 5329345.

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

Color convert

RGB 193 81 81 -
CMYK 0 0.58 0.58 0.24
HSL 0.47% 0.54% -
HSV(B) 0.58% 0.76% -
XYZ 26.42 17.82 9.83 -
YUV 114.49 109.11 184 -
System Red Green Blue C M Y K H S L
Decimal 193 81 81 0 0.58 0.58 0.24 0 0.47 0.54
Hex C1 51 51 0 3A 3A 18 0 2F 36
Octal 301 121 121 0 72 72 30 0 57 66
Binary 11000001 1010001 1010001 0 111010 111010 11000 0 101111 110110

Color Harmonies of #C15151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15151

Black with #C15151

Text Example


Text Example

White with #C15151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15151; }

 p { color: rgb(193,81,81); }

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

background-color css

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

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

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

border-color css

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

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

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