Html Css Color HEX #C15C55 Fuzzy Wuzzy Brown

📋 copy color: '#C15C55'

red 193 ◦ green 92 ◦ blue 85

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

Shades of Fuzzy Wuzzy Brown #C15C55

Tints of Fuzzy Wuzzy Brown #C15C55

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.86%

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

R = 52.16%
G = 24.86%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C15C55 (or 0xC15C55) is known color: Fuzzy Wuzzy Brown. HEX triplet: C1, 5C and 55. RGB value is (193,92,85). Sum of RGB (Red+Green+Blue) = 193+92+85=370 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.16% from 370); Green value is 92 (36.33% from 255 or 24.86% from 370); Blue value is 85 (33.59% from 255 or 22.97% from 370); Max value from RGB is 193 - color contains mainly: red. Hex color #C15C55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15C55 is #3EA3AA. Grayscale: #797979. Windows color (decimal): -4105131 or 5594305. OLE color: 5594305.

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

Color convert

RGB 193 92 85 -
CMYK 0 0.52 0.56 0.24
HSL 3.89º 0.47% 0.55% -
HSV(B) 3.89º 0.56% 0.76% -
XYZ 27.46 19.65 10.94 -
YUV 121.4 107.46 179.07 -
System Red Green Blue C M Y K H S L
Decimal 193 92 85 0 0.52 0.56 0.24 3.89 0.47 0.55
Hex C1 5C 55 0 34 38 18 4 2F 37
Octal 301 134 125 0 64 70 30 4 57 67
Binary 11000001 1011100 1010101 0 110100 111000 11000 100 101111 110111

Color Harmonies of #C15C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15C55

Black with #C15C55

Text Example


Text Example

White with #C15C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15C55; }

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

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

background-color css

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

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

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

border-color css

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

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

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