Html Css Color HEX #C04292 Mulberry

📋 copy color: '#C04292'

red 192 ◦ green 66 ◦ blue 146

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

Shades of Mulberry #C04292

Tints of Mulberry #C04292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 36.14%

R = 47.52%
G = 16.34%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#C04292 (or 0xC04292) is known color: Mulberry. HEX triplet: C0, 42 and 92. RGB value is (192,66,146). Sum of RGB (Red+Green+Blue) = 192+66+146=404 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.52% from 404); Green value is 66 (26.17% from 255 or 16.34% from 404); Blue value is 146 (57.42% from 255 or 36.14% from 404); Max value from RGB is 192 - color contains mainly: red. Hex color #C04292 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04292 is #3FBD6D. Grayscale: #707070. Windows color (decimal): -4177262 or 9585344. OLE color: 9585344.

HSL color Cylindrical-coordinate representation of color #C04292: hue angle of 321.9º 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 #C04292 is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 66 146 -
CMYK 0 0.66 0.24 0.25
HSL 321.9º 0.5% 0.51% -
HSV(B) 321.9º 0.66% 0.75% -
XYZ 28.87 17.18 28.99 -
YUV 112.79 146.74 184.5 -
System Red Green Blue C M Y K H S L
Decimal 192 66 146 0 0.66 0.24 0.25 321.9 0.5 0.51
Hex C0 42 92 0 42 18 19 142 32 33
Octal 300 102 222 0 102 30 31 502 62 63
Binary 11000000 1000010 10010010 0 1000010 11000 11001 101000010 110010 110011

Color Harmonies of #C04292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04292

Black with #C04292

Text Example


Text Example

White with #C04292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04292; }

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

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

background-color css

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

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

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

border-color css

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

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

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