Html Css Color HEX #C25484 Mulberry

📋 copy color: '#C25484'

red 194 ◦ green 84 ◦ blue 132

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

Shades of Mulberry #C25484

Tints of Mulberry #C25484

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.49%

 BLUE value IS 132 (51.95% from 255) = 32.2%

R = 47.32%
G = 20.49%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C25484 (or 0xC25484) is known color: Mulberry. HEX triplet: C2, 54 and 84. RGB value is (194,84,132). Sum of RGB (Red+Green+Blue) = 194+84+132=410 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.32% from 410); Green value is 84 (33.20% from 255 or 20.49% from 410); Blue value is 132 (51.95% from 255 or 32.20% from 410); Max value from RGB is 194 - color contains mainly: red. Hex color #C25484 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25484 is #3DAB7B. Grayscale: #7A7A7A. Windows color (decimal): -4041596 or 8672450. OLE color: 8672450.

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

Color convert

RGB 194 84 132 -
CMYK 0 0.57 0.32 0.24
HSL 333.82º 0.47% 0.55% -
HSV(B) 333.82º 0.57% 0.76% -
XYZ 29.58 19.48 24.03 -
YUV 122.36 133.44 179.1 -
System Red Green Blue C M Y K H S L
Decimal 194 84 132 0 0.57 0.32 0.24 333.82 0.47 0.55
Hex C2 54 84 0 39 20 18 14E 2F 37
Octal 302 124 204 0 71 40 30 516 57 67
Binary 11000010 1010100 10000100 0 111001 100000 11000 101001110 101111 110111

Color Harmonies of #C25484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25484

Black with #C25484

Text Example


Text Example

White with #C25484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25484; }

 p { color: rgb(194,84,132); }

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

background-color css

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

 a { background-color: rgb(194,84,132); }

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

border-color css

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

 span { border-color: rgb(194,84,132); }

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