Html Css Color HEX #C25885 Mulberry

📋 copy color: '#C25885'

red 194 ◦ green 88 ◦ blue 133

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

Shades of Mulberry #C25885

Tints of Mulberry #C25885

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.2%

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

R = 46.75%
G = 21.2%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C25885 (or 0xC25885) is known color: Mulberry. HEX triplet: C2, 58 and 85. RGB value is (194,88,133). Sum of RGB (Red+Green+Blue) = 194+88+133=415 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.75% from 415); Green value is 88 (34.77% from 255 or 21.20% from 415); Blue value is 133 (52.34% from 255 or 32.05% from 415); Max value from RGB is 194 - color contains mainly: red. Hex color #C25885 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25885 is #3DA77A. Grayscale: #7C7C7C. Windows color (decimal): -4040571 or 8739010. OLE color: 8739010.

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

Color convert

RGB 194 88 133 -
CMYK 0 0.55 0.31 0.24
HSL 334.53º 0.46% 0.55% -
HSV(B) 334.53º 0.55% 0.76% -
XYZ 29.97 20.14 24.5 -
YUV 124.82 132.62 177.34 -
System Red Green Blue C M Y K H S L
Decimal 194 88 133 0 0.55 0.31 0.24 334.53 0.46 0.55
Hex C2 58 85 0 37 1F 18 14F 2E 37
Octal 302 130 205 0 67 37 30 517 56 67
Binary 11000010 1011000 10000101 0 110111 11111 11000 101001111 101110 110111

Color Harmonies of #C25885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25885

Black with #C25885

Text Example


Text Example

White with #C25885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25885; }

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

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

background-color css

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

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

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

border-color css

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

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

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