Html Css Color HEX #C24288 Mulberry

📋 copy color: '#C24288'

red 194 ◦ green 66 ◦ blue 136

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

Shades of Mulberry #C24288

Tints of Mulberry #C24288

RGB

 RED value IS 194 (76.17% from 255) = 48.99%

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

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

R = 48.99%
G = 16.67%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C24288 (or 0xC24288) is known color: Mulberry. HEX triplet: C2, 42 and 88. RGB value is (194,66,136). Sum of RGB (Red+Green+Blue) = 194+66+136=396 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.99% from 396); Green value is 66 (26.17% from 255 or 16.67% from 396); Blue value is 136 (53.52% from 255 or 34.34% from 396); Max value from RGB is 194 - color contains mainly: red. Hex color #C24288 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24288 is #3DBD77. Grayscale: #707070. Windows color (decimal): -4046200 or 8929986. OLE color: 8929986.

HSL color Cylindrical-coordinate representation of color #C24288: hue angle of 327.19º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C24288 is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 66 136 -
CMYK 0 0.66 0.30 0.24
HSL 327.19º 0.51% 0.51% -
HSV(B) 327.19º 0.66% 0.76% -
XYZ 28.64 17.14 25.09 -
YUV 112.25 141.41 186.31 -
System Red Green Blue C M Y K H S L
Decimal 194 66 136 0 0.66 0.30 0.24 327.19 0.51 0.51
Hex C2 42 88 0 42 1E 18 147 33 33
Octal 302 102 210 0 102 36 30 507 63 63
Binary 11000010 1000010 10001000 0 1000010 11110 11000 101000111 110011 110011

Color Harmonies of #C24288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24288

Black with #C24288

Text Example


Text Example

White with #C24288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24288; }

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

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

background-color css

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

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

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

border-color css

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

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

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