Html Css Color HEX #C9438E Mulberry

📋 copy color: '#C9438E'

red 201 ◦ green 67 ◦ blue 142

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

Shades of Mulberry #C9438E

Tints of Mulberry #C9438E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.34%

 BLUE value IS 142 (55.86% from 255) = 34.63%

R = 49.02%
G = 16.34%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#C9438E (or 0xC9438E) is known color: Mulberry. HEX triplet: C9, 43 and 8E. RGB value is (201,67,142). Sum of RGB (Red+Green+Blue) = 201+67+142=410 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.02% from 410); Green value is 67 (26.56% from 255 or 16.34% from 410); Blue value is 142 (55.86% from 255 or 34.63% from 410); Max value from RGB is 201 - color contains mainly: red. Hex color #C9438E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9438E is #36BC71. Grayscale: #737373. Windows color (decimal): -3587186 or 9323465. OLE color: 9323465.

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

Color convert

RGB 201 67 142 -
CMYK 0 0.67 0.29 0.21
HSL 326.42º 0.55% 0.53% -
HSV(B) 326.42º 0.67% 0.79% -
XYZ 30.98 18.38 27.51 -
YUV 115.62 142.89 188.9 -
System Red Green Blue C M Y K H S L
Decimal 201 67 142 0 0.67 0.29 0.21 326.42 0.55 0.53
Hex C9 43 8E 0 43 1D 15 146 37 35
Octal 311 103 216 0 103 35 25 506 67 65
Binary 11001001 1000011 10001110 0 1000011 11101 10101 101000110 110111 110101

Color Harmonies of #C9438E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9438E

Black with #C9438E

Text Example


Text Example

White with #C9438E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9438E; }

 p { color: rgb(201,67,142); }

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

background-color css

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

 a { background-color: rgb(201,67,142); }

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

border-color css

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

 span { border-color: rgb(201,67,142); }

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