Html Css Color HEX #C15855 Fuzzy Wuzzy Brown

📋 copy color: '#C15855'

red 193 ◦ green 88 ◦ blue 85

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

Shades of Fuzzy Wuzzy Brown #C15855

Tints of Fuzzy Wuzzy Brown #C15855

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.04%

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

R = 52.73%
G = 24.04%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C15855 (or 0xC15855) is known color: Fuzzy Wuzzy Brown. HEX triplet: C1, 58 and 55. RGB value is (193,88,85). Sum of RGB (Red+Green+Blue) = 193+88+85=366 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.73% from 366); Green value is 88 (34.77% from 255 or 24.04% from 366); Blue value is 85 (33.59% from 255 or 23.22% from 366); Max value from RGB is 193 - color contains mainly: red. Hex color #C15855 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15855 is #3EA7AA. Grayscale: #777777. Windows color (decimal): -4106155 or 5593281. OLE color: 5593281.

HSL color Cylindrical-coordinate representation of color #C15855: hue angle of 1.67º 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 #C15855 is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 88 85 -
CMYK 0 0.54 0.56 0.24
HSL 1.67º 0.47% 0.55% -
HSV(B) 1.67º 0.56% 0.76% -
XYZ 27.12 18.97 10.83 -
YUV 119.05 108.79 180.74 -
System Red Green Blue C M Y K H S L
Decimal 193 88 85 0 0.54 0.56 0.24 1.67 0.47 0.55
Hex C1 58 55 0 36 38 18 2 2F 37
Octal 301 130 125 0 66 70 30 2 57 67
Binary 11000001 1011000 1010101 0 110110 111000 11000 10 101111 110111

Color Harmonies of #C15855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15855

Black with #C15855

Text Example


Text Example

White with #C15855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15855; }

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

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

background-color css

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

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

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

border-color css

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

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

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