Html Css Color HEX #C9457E Mulberry

📋 copy color: '#C9457E'

red 201 ◦ green 69 ◦ blue 126

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

Shades of Mulberry #C9457E

Tints of Mulberry #C9457E

RGB

 RED value IS 201 (78.91% from 255) = 50.76%

 GREEN value IS 69 (27.34% from 255) = 17.42%

 BLUE value IS 126 (49.61% from 255) = 31.82%

R = 50.76%
G = 17.42%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#C9457E (or 0xC9457E) is known color: Mulberry. HEX triplet: C9, 45 and 7E. RGB value is (201,69,126). Sum of RGB (Red+Green+Blue) = 201+69+126=396 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.76% from 396); Green value is 69 (27.34% from 255 or 17.42% from 396); Blue value is 126 (49.61% from 255 or 31.82% from 396); Max value from RGB is 201 - color contains mainly: red. Hex color #C9457E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9457E is #36BA81. Grayscale: #727272. Windows color (decimal): -3586690 or 8275401. OLE color: 8275401.

HSL color Cylindrical-coordinate representation of color #C9457E: hue angle of 334.09º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C9457E is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 69 126 -
CMYK 0 0.66 0.37 0.21
HSL 334.09º 0.55% 0.53% -
HSV(B) 334.09º 0.66% 0.79% -
XYZ 29.98 18.18 21.67 -
YUV 114.97 134.23 189.37 -
System Red Green Blue C M Y K H S L
Decimal 201 69 126 0 0.66 0.37 0.21 334.09 0.55 0.53
Hex C9 45 7E 0 42 25 15 14E 37 35
Octal 311 105 176 0 102 45 25 516 67 65
Binary 11001001 1000101 1111110 0 1000010 100101 10101 101001110 110111 110101

Color Harmonies of #C9457E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9457E

Black with #C9457E

Text Example


Text Example

White with #C9457E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9457E; }

 p { color: rgb(201,69,126); }

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

background-color css

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

 a { background-color: rgb(201,69,126); }

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

border-color css

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

 span { border-color: rgb(201,69,126); }

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