Html Css Color HEX #C04297 Mulberry

📋 copy color: '#C04297'

red 192 ◦ green 66 ◦ blue 151

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

Shades of Mulberry #C04297

Tints of Mulberry #C04297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 36.92%

R = 46.94%
G = 16.14%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#C04297 (or 0xC04297) is known color: Mulberry. HEX triplet: C0, 42 and 97. RGB value is (192,66,151). Sum of RGB (Red+Green+Blue) = 192+66+151=409 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.94% from 409); Green value is 66 (26.17% from 255 or 16.14% from 409); Blue value is 151 (59.38% from 255 or 36.92% from 409); Max value from RGB is 192 - color contains mainly: red. Hex color #C04297 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04297 is #3FBD68. Grayscale: #717171. Windows color (decimal): -4177257 or 9913024. OLE color: 9913024.

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

Color convert

RGB 192 66 151 -
CMYK 0 0.66 0.21 0.25
HSL 319.52º 0.5% 0.51% -
HSV(B) 319.52º 0.66% 0.75% -
XYZ 29.27 17.34 31.08 -
YUV 113.36 149.24 184.09 -
System Red Green Blue C M Y K H S L
Decimal 192 66 151 0 0.66 0.21 0.25 319.52 0.5 0.51
Hex C0 42 97 0 42 15 19 140 32 33
Octal 300 102 227 0 102 25 31 500 62 63
Binary 11000000 1000010 10010111 0 1000010 10101 11001 101000000 110010 110011

Color Harmonies of #C04297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04297

Black with #C04297

Text Example


Text Example

White with #C04297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04297; }

 p { color: rgb(192,66,151); }

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

background-color css

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

 a { background-color: rgb(192,66,151); }

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

border-color css

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

 span { border-color: rgb(192,66,151); }

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