Html Css Color HEX #C25388 Mulberry

📋 copy color: '#C25388'

red 194 ◦ green 83 ◦ blue 136

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

Shades of Mulberry #C25388

Tints of Mulberry #C25388

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.1%

 BLUE value IS 136 (53.52% from 255) = 32.93%

R = 46.97%
G = 20.1%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C25388 (or 0xC25388) is known color: Mulberry. HEX triplet: C2, 53 and 88. RGB value is (194,83,136). Sum of RGB (Red+Green+Blue) = 194+83+136=413 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.97% from 413); Green value is 83 (32.81% from 255 or 20.10% from 413); Blue value is 136 (53.52% from 255 or 32.93% from 413); Max value from RGB is 194 - color contains mainly: red. Hex color #C25388 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25388 is #3DAC77. Grayscale: #7A7A7A. Windows color (decimal): -4041848 or 8934338. OLE color: 8934338.

HSL color Cylindrical-coordinate representation of color #C25388: hue angle of 331.35º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C25388 is Cyan = 0, Magento = 0.57, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 83 136 -
CMYK 0 0.57 0.30 0.24
HSL 331.35º 0.48% 0.54% -
HSV(B) 331.35º 0.57% 0.76% -
XYZ 29.79 19.43 25.47 -
YUV 122.23 135.77 179.19 -
System Red Green Blue C M Y K H S L
Decimal 194 83 136 0 0.57 0.30 0.24 331.35 0.48 0.54
Hex C2 53 88 0 39 1E 18 14B 30 36
Octal 302 123 210 0 71 36 30 513 60 66
Binary 11000010 1010011 10001000 0 111001 11110 11000 101001011 110000 110110

Color Harmonies of #C25388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25388

Black with #C25388

Text Example


Text Example

White with #C25388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25388; }

 p { color: rgb(194,83,136); }

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

background-color css

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

 a { background-color: rgb(194,83,136); }

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

border-color css

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

 span { border-color: rgb(194,83,136); }

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