Html Css Color HEX #C25581 Mulberry

📋 copy color: '#C25581'

red 194 ◦ green 85 ◦ blue 129

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

Shades of Mulberry #C25581

Tints of Mulberry #C25581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 31.62%

R = 47.55%
G = 20.83%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C25581 (or 0xC25581) is known color: Mulberry. HEX triplet: C2, 55 and 81. RGB value is (194,85,129). Sum of RGB (Red+Green+Blue) = 194+85+129=408 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.55% from 408); Green value is 85 (33.59% from 255 or 20.83% from 408); Blue value is 129 (50.78% from 255 or 31.62% from 408); Max value from RGB is 194 - color contains mainly: red. Hex color #C25581 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25581 is #3DAA7E. Grayscale: #7A7A7A. Windows color (decimal): -4041343 or 8476098. OLE color: 8476098.

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

Color convert

RGB 194 85 129 -
CMYK 0 0.56 0.34 0.24
HSL 335.78º 0.47% 0.55% -
HSV(B) 335.78º 0.56% 0.76% -
XYZ 29.46 19.55 22.99 -
YUV 122.61 131.61 178.92 -
System Red Green Blue C M Y K H S L
Decimal 194 85 129 0 0.56 0.34 0.24 335.78 0.47 0.55
Hex C2 55 81 0 38 22 18 150 2F 37
Octal 302 125 201 0 70 42 30 520 57 67
Binary 11000010 1010101 10000001 0 111000 100010 11000 101010000 101111 110111

Color Harmonies of #C25581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25581

Black with #C25581

Text Example


Text Example

White with #C25581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25581; }

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

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

background-color css

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

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

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

border-color css

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

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

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