Html Css Color HEX #C94295 Mulberry

📋 copy color: '#C94295'

red 201 ◦ green 66 ◦ blue 149

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

Shades of Mulberry #C94295

Tints of Mulberry #C94295

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.87%

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

R = 48.32%
G = 15.87%
B = 35.82%

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

#C94295 (or 0xC94295) is known color: Mulberry. HEX triplet: C9, 42 and 95. RGB value is (201,66,149). Sum of RGB (Red+Green+Blue) = 201+66+149=416 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.32% from 416); Green value is 66 (26.17% from 255 or 15.87% from 416); Blue value is 149 (58.59% from 255 or 35.82% from 416); Max value from RGB is 201 - color contains mainly: red. Hex color #C94295 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94295 is #36BD6A. Grayscale: #737373. Windows color (decimal): -3587435 or 9781961. OLE color: 9781961.

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

Color convert

RGB 201 66 149 -
CMYK 0 0.67 0.26 0.21
HSL 323.11º 0.56% 0.52% -
HSV(B) 323.11º 0.67% 0.79% -
XYZ 31.46 18.48 30.34 -
YUV 115.83 146.73 188.75 -
System Red Green Blue C M Y K H S L
Decimal 201 66 149 0 0.67 0.26 0.21 323.11 0.56 0.52
Hex C9 42 95 0 43 1A 15 143 38 34
Octal 311 102 225 0 103 32 25 503 70 64
Binary 11001001 1000010 10010101 0 1000011 11010 10101 101000011 111000 110100

Color Harmonies of #C94295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94295

Black with #C94295

Text Example


Text Example

White with #C94295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94295; }

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

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

background-color css

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

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

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

border-color css

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

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

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