Html Css Color HEX #C9458B Mulberry

📋 copy color: '#C9458B'

red 201 ◦ green 69 ◦ blue 139

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

Shades of Mulberry #C9458B

Tints of Mulberry #C9458B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.99%

R = 49.14%
G = 16.87%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#C9458B (or 0xC9458B) is known color: Mulberry. HEX triplet: C9, 45 and 8B. RGB value is (201,69,139). Sum of RGB (Red+Green+Blue) = 201+69+139=409 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.14% from 409); Green value is 69 (27.34% from 255 or 16.87% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 201 - color contains mainly: red. Hex color #C9458B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9458B is #36BA74. Grayscale: #747474. Windows color (decimal): -3586677 or 9127369. OLE color: 9127369.

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

Color convert

RGB 201 69 139 -
CMYK 0 0.66 0.31 0.21
HSL 328.18º 0.55% 0.53% -
HSV(B) 328.18º 0.66% 0.79% -
XYZ 30.88 18.54 26.38 -
YUV 116.45 140.73 188.31 -
System Red Green Blue C M Y K H S L
Decimal 201 69 139 0 0.66 0.31 0.21 328.18 0.55 0.53
Hex C9 45 8B 0 42 1F 15 148 37 35
Octal 311 105 213 0 102 37 25 510 67 65
Binary 11001001 1000101 10001011 0 1000010 11111 10101 101001000 110111 110101

Color Harmonies of #C9458B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9458B

Black with #C9458B

Text Example


Text Example

White with #C9458B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9458B; }

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

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

background-color css

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

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

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

border-color css

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

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

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