Html Css Color HEX #C04691 Mulberry

📋 copy color: '#C04691'

red 192 ◦ green 70 ◦ blue 145

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

Shades of Mulberry #C04691

Tints of Mulberry #C04691

RGB

 RED value IS 192 (75.39% from 255) = 47.17%

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

 BLUE value IS 145 (57.03% from 255) = 35.63%

R = 47.17%
G = 17.2%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#C04691 (or 0xC04691) is known color: Mulberry. HEX triplet: C0, 46 and 91. RGB value is (192,70,145). Sum of RGB (Red+Green+Blue) = 192+70+145=407 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.17% from 407); Green value is 70 (27.73% from 255 or 17.20% from 407); Blue value is 145 (57.03% from 255 or 35.63% from 407); Max value from RGB is 192 - color contains mainly: red. Hex color #C04691 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04691 is #3FB96E. Grayscale: #727272. Windows color (decimal): -4176239 or 9520832. OLE color: 9520832.

HSL color Cylindrical-coordinate representation of color #C04691: hue angle of 323.11º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C04691 is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 70 145 -
CMYK 0 0.64 0.24 0.25
HSL 323.11º 0.49% 0.51% -
HSV(B) 323.11º 0.64% 0.75% -
XYZ 29.04 17.63 28.66 -
YUV 115.03 144.92 182.9 -
System Red Green Blue C M Y K H S L
Decimal 192 70 145 0 0.64 0.24 0.25 323.11 0.49 0.51
Hex C0 46 91 0 40 18 19 143 31 33
Octal 300 106 221 0 100 30 31 503 61 63
Binary 11000000 1000110 10010001 0 1000000 11000 11001 101000011 110001 110011

Color Harmonies of #C04691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04691

Black with #C04691

Text Example


Text Example

White with #C04691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04691; }

 p { color: rgb(192,70,145); }

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

background-color css

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

 a { background-color: rgb(192,70,145); }

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

border-color css

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

 span { border-color: rgb(192,70,145); }

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