Html Css Color HEX #C25A85 Mulberry

📋 copy color: '#C25A85'

red 194 ◦ green 90 ◦ blue 133

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

Shades of Mulberry #C25A85

Tints of Mulberry #C25A85

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.58%

 BLUE value IS 133 (52.34% from 255) = 31.89%

R = 46.52%
G = 21.58%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C25A85 (or 0xC25A85) is known color: Mulberry. HEX triplet: C2, 5A and 85. RGB value is (194,90,133). Sum of RGB (Red+Green+Blue) = 194+90+133=417 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.52% from 417); Green value is 90 (35.55% from 255 or 21.58% from 417); Blue value is 133 (52.34% from 255 or 31.89% from 417); Max value from RGB is 194 - color contains mainly: red. Hex color #C25A85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25A85 is #3DA57A. Grayscale: #7D7D7D. Windows color (decimal): -4040059 or 8739522. OLE color: 8739522.

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

Color convert

RGB 194 90 133 -
CMYK 0 0.54 0.31 0.24
HSL 335.19º 0.46% 0.56% -
HSV(B) 335.19º 0.54% 0.76% -
XYZ 30.14 20.48 24.55 -
YUV 126 131.96 176.5 -
System Red Green Blue C M Y K H S L
Decimal 194 90 133 0 0.54 0.31 0.24 335.19 0.46 0.56
Hex C2 5A 85 0 36 1F 18 14F 2E 38
Octal 302 132 205 0 66 37 30 517 56 70
Binary 11000010 1011010 10000101 0 110110 11111 11000 101001111 101110 111000

Color Harmonies of #C25A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25A85

Black with #C25A85

Text Example


Text Example

White with #C25A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25A85; }

 p { color: rgb(194,90,133); }

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

background-color css

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

 a { background-color: rgb(194,90,133); }

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

border-color css

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

 span { border-color: rgb(194,90,133); }

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