Html Css Color HEX #C25592 Mulberry

📋 copy color: '#C25592'

red 194 ◦ green 85 ◦ blue 146

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

Shades of Mulberry #C25592

Tints of Mulberry #C25592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 34.35%

R = 45.65%
G = 20%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C25592 (or 0xC25592) is known color: Mulberry. HEX triplet: C2, 55 and 92. RGB value is (194,85,146). Sum of RGB (Red+Green+Blue) = 194+85+146=425 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.65% from 425); Green value is 85 (33.59% from 255 or 20% from 425); Blue value is 146 (57.42% from 255 or 34.35% from 425); Max value from RGB is 194 - color contains mainly: red. Hex color #C25592 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25592 is #3DAA6D. Grayscale: #7C7C7C. Windows color (decimal): -4041326 or 9590210. OLE color: 9590210.

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

Color convert

RGB 194 85 146 -
CMYK 0 0.56 0.25 0.24
HSL 326.42º 0.47% 0.55% -
HSV(B) 326.42º 0.56% 0.76% -
XYZ 30.68 20.04 29.45 -
YUV 124.55 140.11 177.54 -
System Red Green Blue C M Y K H S L
Decimal 194 85 146 0 0.56 0.25 0.24 326.42 0.47 0.55
Hex C2 55 92 0 38 19 18 146 2F 37
Octal 302 125 222 0 70 31 30 506 57 67
Binary 11000010 1010101 10010010 0 111000 11001 11000 101000110 101111 110111

Color Harmonies of #C25592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25592

Black with #C25592

Text Example


Text Example

White with #C25592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25592; }

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

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

background-color css

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

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

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

border-color css

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

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

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