Html Css Color HEX #C15655 Fuzzy Wuzzy Brown

📋 copy color: '#C15655'

red 193 ◦ green 86 ◦ blue 85

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

Shades of Fuzzy Wuzzy Brown #C15655

Tints of Fuzzy Wuzzy Brown #C15655

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.63%

 BLUE value IS 85 (33.59% from 255) = 23.35%

R = 53.02%
G = 23.63%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C15655 (or 0xC15655) is known color: Fuzzy Wuzzy Brown. HEX triplet: C1, 56 and 55. RGB value is (193,86,85). Sum of RGB (Red+Green+Blue) = 193+86+85=364 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.02% from 364); Green value is 86 (33.98% from 255 or 23.63% from 364); Blue value is 85 (33.59% from 255 or 23.35% from 364); Max value from RGB is 193 - color contains mainly: red. Hex color #C15655 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15655 is #3EA9AA. Grayscale: #757575. Windows color (decimal): -4106667 or 5592769. OLE color: 5592769.

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

Color convert

RGB 193 86 85 -
CMYK 0 0.55 0.56 0.24
HSL 0.56º 0.47% 0.55% -
HSV(B) 0.56º 0.56% 0.76% -
XYZ 26.96 18.65 10.77 -
YUV 117.88 109.45 181.58 -
System Red Green Blue C M Y K H S L
Decimal 193 86 85 0 0.55 0.56 0.24 0.56 0.47 0.55
Hex C1 56 55 0 37 38 18 1 2F 37
Octal 301 126 125 0 67 70 30 1 57 67
Binary 11000001 1010110 1010101 0 110111 111000 11000 1 101111 110111

Color Harmonies of #C15655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15655

Black with #C15655

Text Example


Text Example

White with #C15655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15655; }

 p { color: rgb(193,86,85); }

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

background-color css

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

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

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

border-color css

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

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

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