Html Css Color HEX #C15353 Fuzzy Wuzzy Brown

📋 copy color: '#C15353'

red 193 ◦ green 83 ◦ blue 83

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

Shades of Fuzzy Wuzzy Brown #C15353

Tints of Fuzzy Wuzzy Brown #C15353

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.12%

 BLUE value IS 83 (32.81% from 255) = 23.12%

R = 53.76%
G = 23.12%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C15353 (or 0xC15353) is known color: Fuzzy Wuzzy Brown. HEX triplet: C1, 53 and 53. RGB value is (193,83,83). Sum of RGB (Red+Green+Blue) = 193+83+83=359 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.76% from 359); Green value is 83 (32.81% from 255 or 23.12% from 359); Blue value is 83 (32.81% from 255 or 23.12% from 359); Max value from RGB is 193 - color contains mainly: red. Hex color #C15353 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15353 is #3EACAC. Grayscale: #747474. Windows color (decimal): -4107437 or 5460929. OLE color: 5460929.

HSL color Cylindrical-coordinate representation of color #C15353: 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.57%. Process color model (Four color, CMYK) of #C15353 is Cyan = 0, Magento = 0.57, Yellow = 0.57 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 83 83 -
CMYK 0 0.57 0.57 0.24
HSL 0.47% 0.54% -
HSV(B) 0.57% 0.76% -
XYZ 26.65 18.15 10.28 -
YUV 115.89 109.44 183 -
System Red Green Blue C M Y K H S L
Decimal 193 83 83 0 0.57 0.57 0.24 0 0.47 0.54
Hex C1 53 53 0 39 39 18 0 2F 36
Octal 301 123 123 0 71 71 30 0 57 66
Binary 11000001 1010011 1010011 0 111001 111001 11000 0 101111 110110

Color Harmonies of #C15353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15353

Black with #C15353

Text Example


Text Example

White with #C15353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15353; }

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

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

background-color css

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

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

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

border-color css

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

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

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