Html Css Color HEX #C25593 Mulberry

📋 copy color: '#C25593'

red 194 ◦ green 85 ◦ blue 147

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

Shades of Mulberry #C25593

Tints of Mulberry #C25593

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.95%

 BLUE value IS 147 (57.81% from 255) = 34.51%

R = 45.54%
G = 19.95%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C25593 (or 0xC25593) is known color: Mulberry. HEX triplet: C2, 55 and 93. RGB value is (194,85,147). Sum of RGB (Red+Green+Blue) = 194+85+147=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 85 (33.59% from 255 or 19.95% from 426); Blue value is 147 (57.81% from 255 or 34.51% from 426); Max value from RGB is 194 - color contains mainly: red. Hex color #C25593 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25593 is #3DAA6C. Grayscale: #7C7C7C. Windows color (decimal): -4041325 or 9655746. OLE color: 9655746.

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

Color convert

RGB 194 85 147 -
CMYK 0 0.56 0.24 0.24
HSL 325.87º 0.47% 0.55% -
HSV(B) 325.87º 0.56% 0.76% -
XYZ 30.76 20.07 29.86 -
YUV 124.66 140.61 177.46 -
System Red Green Blue C M Y K H S L
Decimal 194 85 147 0 0.56 0.24 0.24 325.87 0.47 0.55
Hex C2 55 93 0 38 18 18 146 2F 37
Octal 302 125 223 0 70 30 30 506 57 67
Binary 11000010 1010101 10010011 0 111000 11000 11000 101000110 101111 110111

Color Harmonies of #C25593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25593

Black with #C25593

Text Example


Text Example

White with #C25593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25593; }

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

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

background-color css

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

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

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

border-color css

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

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

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