Html Css Color HEX #C04288 Mulberry

📋 copy color: '#C04288'

red 192 ◦ green 66 ◦ blue 136

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

Shades of Mulberry #C04288

Tints of Mulberry #C04288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 34.52%

R = 48.73%
G = 16.75%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#C04288 (or 0xC04288) is known color: Mulberry. HEX triplet: C0, 42 and 88. RGB value is (192,66,136). Sum of RGB (Red+Green+Blue) = 192+66+136=394 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.73% from 394); Green value is 66 (26.17% from 255 or 16.75% from 394); Blue value is 136 (53.52% from 255 or 34.52% from 394); Max value from RGB is 192 - color contains mainly: red. Hex color #C04288 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04288 is #3FBD77. Grayscale: #6F6F6F. Windows color (decimal): -4177272 or 8929984. OLE color: 8929984.

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

Color convert

RGB 192 66 136 -
CMYK 0 0.66 0.29 0.25
HSL 326.67º 0.5% 0.51% -
HSV(B) 326.67º 0.66% 0.75% -
XYZ 28.13 16.88 25.07 -
YUV 111.65 141.74 185.31 -
System Red Green Blue C M Y K H S L
Decimal 192 66 136 0 0.66 0.29 0.25 326.67 0.5 0.51
Hex C0 42 88 0 42 1D 19 147 32 33
Octal 300 102 210 0 102 35 31 507 62 63
Binary 11000000 1000010 10001000 0 1000010 11101 11001 101000111 110010 110011

Color Harmonies of #C04288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04288

Black with #C04288

Text Example


Text Example

White with #C04288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04288; }

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

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

background-color css

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

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

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

border-color css

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

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

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