Html Css Color HEX #C25C85 Mulberry

📋 copy color: '#C25C85'

red 194 ◦ green 92 ◦ blue 133

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

Shades of Mulberry #C25C85

Tints of Mulberry #C25C85

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.96%

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

R = 46.3%
G = 21.96%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C25C85 (or 0xC25C85) is known color: Mulberry. HEX triplet: C2, 5C and 85. RGB value is (194,92,133). Sum of RGB (Red+Green+Blue) = 194+92+133=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 92 (36.33% from 255 or 21.96% from 419); Blue value is 133 (52.34% from 255 or 31.74% from 419); Max value from RGB is 194 - color contains mainly: red. Hex color #C25C85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25C85 is #3DA37A. Grayscale: #7F7F7F. Windows color (decimal): -4039547 or 8740034. OLE color: 8740034.

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

Color convert

RGB 194 92 133 -
CMYK 0 0.53 0.31 0.24
HSL 335.88º 0.46% 0.56% -
HSV(B) 335.88º 0.53% 0.76% -
XYZ 30.31 20.82 24.61 -
YUV 127.17 131.29 175.67 -
System Red Green Blue C M Y K H S L
Decimal 194 92 133 0 0.53 0.31 0.24 335.88 0.46 0.56
Hex C2 5C 85 0 35 1F 18 150 2E 38
Octal 302 134 205 0 65 37 30 520 56 70
Binary 11000010 1011100 10000101 0 110101 11111 11000 101010000 101110 111000

Color Harmonies of #C25C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25C85

Black with #C25C85

Text Example


Text Example

White with #C25C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25C85; }

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

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

background-color css

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

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

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

border-color css

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

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

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