Html Css Color HEX #C9438C Mulberry

📋 copy color: '#C9438C'

red 201 ◦ green 67 ◦ blue 140

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

Shades of Mulberry #C9438C

Tints of Mulberry #C9438C

RGB

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

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

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

R = 49.26%
G = 16.42%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#C9438C (or 0xC9438C) is known color: Mulberry. HEX triplet: C9, 43 and 8C. RGB value is (201,67,140). Sum of RGB (Red+Green+Blue) = 201+67+140=408 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.26% from 408); Green value is 67 (26.56% from 255 or 16.42% from 408); Blue value is 140 (55.08% from 255 or 34.31% from 408); Max value from RGB is 201 - color contains mainly: red. Hex color #C9438C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9438C is #36BC73. Grayscale: #737373. Windows color (decimal): -3587188 or 9192393. OLE color: 9192393.

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

Color convert

RGB 201 67 140 -
CMYK 0 0.67 0.30 0.21
HSL 327.31º 0.55% 0.53% -
HSV(B) 327.31º 0.67% 0.79% -
XYZ 30.83 18.33 26.72 -
YUV 115.39 141.89 189.06 -
System Red Green Blue C M Y K H S L
Decimal 201 67 140 0 0.67 0.30 0.21 327.31 0.55 0.53
Hex C9 43 8C 0 43 1E 15 147 37 35
Octal 311 103 214 0 103 36 25 507 67 65
Binary 11001001 1000011 10001100 0 1000011 11110 10101 101000111 110111 110101

Color Harmonies of #C9438C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9438C

Black with #C9438C

Text Example


Text Example

White with #C9438C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9438C; }

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

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

background-color css

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

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

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

border-color css

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

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

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