Html Css Color HEX #C9458C Mulberry

📋 copy color: '#C9458C'

red 201 ◦ green 69 ◦ blue 140

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

Shades of Mulberry #C9458C

Tints of Mulberry #C9458C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.15%

R = 49.02%
G = 16.83%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#C9458C (or 0xC9458C) is known color: Mulberry. HEX triplet: C9, 45 and 8C. RGB value is (201,69,140). Sum of RGB (Red+Green+Blue) = 201+69+140=410 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.02% from 410); Green value is 69 (27.34% from 255 or 16.83% from 410); Blue value is 140 (55.08% from 255 or 34.15% from 410); Max value from RGB is 201 - color contains mainly: red. Hex color #C9458C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9458C is #36BA73. Grayscale: #747474. Windows color (decimal): -3586676 or 9192905. OLE color: 9192905.

HSL color Cylindrical-coordinate representation of color #C9458C: hue angle of 327.73º 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 #C9458C is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 69 140 -
CMYK 0 0.66 0.30 0.21
HSL 327.73º 0.55% 0.53% -
HSV(B) 327.73º 0.66% 0.79% -
XYZ 30.95 18.57 26.76 -
YUV 116.56 141.23 188.23 -
System Red Green Blue C M Y K H S L
Decimal 201 69 140 0 0.66 0.30 0.21 327.73 0.55 0.53
Hex C9 45 8C 0 42 1E 15 148 37 35
Octal 311 105 214 0 102 36 25 510 67 65
Binary 11001001 1000101 10001100 0 1000010 11110 10101 101001000 110111 110101

Color Harmonies of #C9458C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9458C

Black with #C9458C

Text Example


Text Example

White with #C9458C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9458C; }

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

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

background-color css

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

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

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

border-color css

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

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

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