Html Css Color HEX #C25655 Fuzzy Wuzzy Brown

📋 copy color: '#C25655'

red 194 ◦ green 86 ◦ blue 85

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

Shades of Fuzzy Wuzzy Brown #C25655

Tints of Fuzzy Wuzzy Brown #C25655

RGB

 RED value IS 194 (76.17% from 255) = 53.15%

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

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

R = 53.15%
G = 23.56%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C25655 (or 0xC25655) is known color: Fuzzy Wuzzy Brown. HEX triplet: C2, 56 and 55. RGB value is (194,86,85). Sum of RGB (Red+Green+Blue) = 194+86+85=365 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.15% from 365); Green value is 86 (33.98% from 255 or 23.56% from 365); Blue value is 85 (33.59% from 255 or 23.29% from 365); Max value from RGB is 194 - color contains mainly: red. Hex color #C25655 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25655 is #3DA9AA. Grayscale: #767676. Windows color (decimal): -4041131 or 5592770. OLE color: 5592770.

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

Color convert

RGB 194 86 85 -
CMYK 0 0.56 0.56 0.24
HSL 0.55º 0.47% 0.55% -
HSV(B) 0.55º 0.56% 0.76% -
XYZ 27.22 18.78 10.78 -
YUV 118.18 109.28 182.08 -
System Red Green Blue C M Y K H S L
Decimal 194 86 85 0 0.56 0.56 0.24 0.55 0.47 0.55
Hex C2 56 55 0 38 38 18 1 2F 37
Octal 302 126 125 0 70 70 30 1 57 67
Binary 11000010 1010110 1010101 0 111000 111000 11000 1 101111 110111

Color Harmonies of #C25655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25655

Black with #C25655

Text Example


Text Example

White with #C25655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25655; }

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

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

background-color css

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

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

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

border-color css

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

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

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