Html Css Color HEX #C9468C Mulberry

📋 copy color: '#C9468C'

red 201 ◦ green 70 ◦ blue 140

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

Shades of Mulberry #C9468C

Tints of Mulberry #C9468C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.03%

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

R = 48.91%
G = 17.03%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#C9468C (or 0xC9468C) is known color: Mulberry. HEX triplet: C9, 46 and 8C. RGB value is (201,70,140). Sum of RGB (Red+Green+Blue) = 201+70+140=411 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.91% from 411); Green value is 70 (27.73% from 255 or 17.03% from 411); Blue value is 140 (55.08% from 255 or 34.06% from 411); Max value from RGB is 201 - color contains mainly: red. Hex color #C9468C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9468C is #36B973. Grayscale: #757575. Windows color (decimal): -3586420 or 9193161. OLE color: 9193161.

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

Color convert

RGB 201 70 140 -
CMYK 0 0.65 0.30 0.21
HSL 327.94º 0.55% 0.53% -
HSV(B) 327.94º 0.65% 0.79% -
XYZ 31.01 18.69 26.78 -
YUV 117.15 140.9 187.81 -
System Red Green Blue C M Y K H S L
Decimal 201 70 140 0 0.65 0.30 0.21 327.94 0.55 0.53
Hex C9 46 8C 0 41 1E 15 148 37 35
Octal 311 106 214 0 101 36 25 510 67 65
Binary 11001001 1000110 10001100 0 1000001 11110 10101 101001000 110111 110101

Color Harmonies of #C9468C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9468C

Black with #C9468C

Text Example


Text Example

White with #C9468C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9468C; }

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

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

background-color css

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

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

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

border-color css

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

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

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