Html Css Color HEX #C25D83 Mulberry

📋 copy color: '#C25D83'

red 194 ◦ green 93 ◦ blue 131

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

Shades of Mulberry #C25D83

Tints of Mulberry #C25D83

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.25%

 BLUE value IS 131 (51.56% from 255) = 31.34%

R = 46.41%
G = 22.25%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C25D83 (or 0xC25D83) is known color: Mulberry. HEX triplet: C2, 5D and 83. RGB value is (194,93,131). Sum of RGB (Red+Green+Blue) = 194+93+131=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 93 (36.72% from 255 or 22.25% from 418); Blue value is 131 (51.56% from 255 or 31.34% from 418); Max value from RGB is 194 - color contains mainly: red. Hex color #C25D83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25D83 is #3DA27C. Grayscale: #7F7F7F. Windows color (decimal): -4039293 or 8609218. OLE color: 8609218.

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

Color convert

RGB 194 93 131 -
CMYK 0 0.52 0.32 0.24
HSL 337.43º 0.45% 0.56% -
HSV(B) 337.43º 0.52% 0.76% -
XYZ 30.26 20.94 23.92 -
YUV 127.53 129.96 175.41 -
System Red Green Blue C M Y K H S L
Decimal 194 93 131 0 0.52 0.32 0.24 337.43 0.45 0.56
Hex C2 5D 83 0 34 20 18 151 2D 38
Octal 302 135 203 0 64 40 30 521 55 70
Binary 11000010 1011101 10000011 0 110100 100000 11000 101010001 101101 111000

Color Harmonies of #C25D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25D83

Black with #C25D83

Text Example


Text Example

White with #C25D83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25D83; }

 p { color: rgb(194,93,131); }

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

background-color css

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

 a { background-color: rgb(194,93,131); }

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

border-color css

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

 span { border-color: rgb(194,93,131); }

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