Html Css Color HEX #C25598 Mulberry

📋 copy color: '#C25598'

red 194 ◦ green 85 ◦ blue 152

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

Shades of Mulberry #C25598

Tints of Mulberry #C25598

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 35.27%

R = 45.01%
G = 19.72%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C25598 (or 0xC25598) is known color: Mulberry. HEX triplet: C2, 55 and 98. RGB value is (194,85,152). Sum of RGB (Red+Green+Blue) = 194+85+152=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 85 (33.59% from 255 or 19.72% from 431); Blue value is 152 (59.77% from 255 or 35.27% from 431); Max value from RGB is 194 - color contains mainly: red. Hex color #C25598 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25598 is #3DAA67. Grayscale: #7D7D7D. Windows color (decimal): -4041320 or 9983426. OLE color: 9983426.

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

Color convert

RGB 194 85 152 -
CMYK 0 0.56 0.22 0.24
HSL 323.12º 0.47% 0.55% -
HSV(B) 323.12º 0.56% 0.76% -
XYZ 31.16 20.23 31.97 -
YUV 125.23 143.11 177.05 -
System Red Green Blue C M Y K H S L
Decimal 194 85 152 0 0.56 0.22 0.24 323.12 0.47 0.55
Hex C2 55 98 0 38 16 18 143 2F 37
Octal 302 125 230 0 70 26 30 503 57 67
Binary 11000010 1010101 10011000 0 111000 10110 11000 101000011 101111 110111

Color Harmonies of #C25598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25598

Black with #C25598

Text Example


Text Example

White with #C25598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25598; }

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

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

background-color css

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

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

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

border-color css

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

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

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