Html Css Color HEX #C94395 Mulberry

📋 copy color: '#C94395'

red 201 ◦ green 67 ◦ blue 149

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

Shades of Mulberry #C94395

Tints of Mulberry #C94395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 35.73%

R = 48.2%
G = 16.07%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#C94395 (or 0xC94395) is known color: Mulberry. HEX triplet: C9, 43 and 95. RGB value is (201,67,149). Sum of RGB (Red+Green+Blue) = 201+67+149=417 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.20% from 417); Green value is 67 (26.56% from 255 or 16.07% from 417); Blue value is 149 (58.59% from 255 or 35.73% from 417); Max value from RGB is 201 - color contains mainly: red. Hex color #C94395 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94395 is #36BC6A. Grayscale: #747474. Windows color (decimal): -3587179 or 9782217. OLE color: 9782217.

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

Color convert

RGB 201 67 149 -
CMYK 0 0.67 0.26 0.21
HSL 323.28º 0.55% 0.53% -
HSV(B) 323.28º 0.67% 0.79% -
XYZ 31.52 18.6 30.36 -
YUV 116.41 146.39 188.33 -
System Red Green Blue C M Y K H S L
Decimal 201 67 149 0 0.67 0.26 0.21 323.28 0.55 0.53
Hex C9 43 95 0 43 1A 15 143 37 35
Octal 311 103 225 0 103 32 25 503 67 65
Binary 11001001 1000011 10010101 0 1000011 11010 10101 101000011 110111 110101

Color Harmonies of #C94395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94395

Black with #C94395

Text Example


Text Example

White with #C94395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94395; }

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

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

background-color css

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

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

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

border-color css

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

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

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