Html Css Color HEX #C25883 Mulberry

📋 copy color: '#C25883'

red 194 ◦ green 88 ◦ blue 131

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

Shades of Mulberry #C25883

Tints of Mulberry #C25883

RGB

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

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

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

R = 46.97%
G = 21.31%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C25883 (or 0xC25883) is known color: Mulberry. HEX triplet: C2, 58 and 83. RGB value is (194,88,131). Sum of RGB (Red+Green+Blue) = 194+88+131=413 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.97% from 413); Green value is 88 (34.77% from 255 or 21.31% from 413); Blue value is 131 (51.56% from 255 or 31.72% from 413); Max value from RGB is 194 - color contains mainly: red. Hex color #C25883 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25883 is #3DA77C. Grayscale: #7C7C7C. Windows color (decimal): -4040573 or 8607938. OLE color: 8607938.

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

Color convert

RGB 194 88 131 -
CMYK 0 0.55 0.32 0.24
HSL 335.66º 0.46% 0.55% -
HSV(B) 335.66º 0.55% 0.76% -
XYZ 29.83 20.09 23.78 -
YUV 124.6 131.62 177.5 -
System Red Green Blue C M Y K H S L
Decimal 194 88 131 0 0.55 0.32 0.24 335.66 0.46 0.55
Hex C2 58 83 0 37 20 18 150 2E 37
Octal 302 130 203 0 67 40 30 520 56 67
Binary 11000010 1011000 10000011 0 110111 100000 11000 101010000 101110 110111

Color Harmonies of #C25883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25883

Black with #C25883

Text Example


Text Example

White with #C25883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25883; }

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

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

background-color css

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

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

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

border-color css

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

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

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