Html Css Color HEX #C9438A Mulberry

📋 copy color: '#C9438A'

red 201 ◦ green 67 ◦ blue 138

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

Shades of Mulberry #C9438A

Tints of Mulberry #C9438A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.99%

R = 49.51%
G = 16.5%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#C9438A (or 0xC9438A) is known color: Mulberry. HEX triplet: C9, 43 and 8A. RGB value is (201,67,138). Sum of RGB (Red+Green+Blue) = 201+67+138=406 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.51% from 406); Green value is 67 (26.56% from 255 or 16.50% from 406); Blue value is 138 (54.30% from 255 or 33.99% from 406); Max value from RGB is 201 - color contains mainly: red. Hex color #C9438A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9438A is #36BC75. Grayscale: #737373. Windows color (decimal): -3587190 or 9061321. OLE color: 9061321.

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

Color convert

RGB 201 67 138 -
CMYK 0 0.67 0.31 0.21
HSL 328.21º 0.55% 0.53% -
HSV(B) 328.21º 0.67% 0.79% -
XYZ 30.68 18.27 25.95 -
YUV 115.16 140.89 189.23 -
System Red Green Blue C M Y K H S L
Decimal 201 67 138 0 0.67 0.31 0.21 328.21 0.55 0.53
Hex C9 43 8A 0 43 1F 15 148 37 35
Octal 311 103 212 0 103 37 25 510 67 65
Binary 11001001 1000011 10001010 0 1000011 11111 10101 101001000 110111 110101

Color Harmonies of #C9438A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9438A

Black with #C9438A

Text Example


Text Example

White with #C9438A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9438A; }

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

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

background-color css

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

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

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

border-color css

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

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

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