Html Css Color HEX #C25693 Mulberry

📋 copy color: '#C25693'

red 194 ◦ green 86 ◦ blue 147

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

Shades of Mulberry #C25693

Tints of Mulberry #C25693

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.14%

 BLUE value IS 147 (57.81% from 255) = 34.43%

R = 45.43%
G = 20.14%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C25693 (or 0xC25693) is known color: Mulberry. HEX triplet: C2, 56 and 93. RGB value is (194,86,147). Sum of RGB (Red+Green+Blue) = 194+86+147=427 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.43% from 427); Green value is 86 (33.98% from 255 or 20.14% from 427); Blue value is 147 (57.81% from 255 or 34.43% from 427); Max value from RGB is 194 - color contains mainly: red. Hex color #C25693 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25693 is #3DA96C. Grayscale: #7D7D7D. Windows color (decimal): -4041069 or 9656002. OLE color: 9656002.

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

Color convert

RGB 194 86 147 -
CMYK 0 0.56 0.24 0.24
HSL 326.11º 0.47% 0.55% -
HSV(B) 326.11º 0.56% 0.76% -
XYZ 30.84 20.23 29.88 -
YUV 125.25 140.28 177.04 -
System Red Green Blue C M Y K H S L
Decimal 194 86 147 0 0.56 0.24 0.24 326.11 0.47 0.55
Hex C2 56 93 0 38 18 18 146 2F 37
Octal 302 126 223 0 70 30 30 506 57 67
Binary 11000010 1010110 10010011 0 111000 11000 11000 101000110 101111 110111

Color Harmonies of #C25693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25693

Black with #C25693

Text Example


Text Example

White with #C25693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25693; }

 p { color: rgb(194,86,147); }

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

background-color css

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

 a { background-color: rgb(194,86,147); }

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

border-color css

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

 span { border-color: rgb(194,86,147); }

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