Html Css Color HEX #C24072 Royal Heath

📋 copy color: '#C24072'

red 194 ◦ green 64 ◦ blue 114

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

Shades of Royal Heath #C24072

Tints of Royal Heath #C24072

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.2%

 BLUE value IS 114 (44.92% from 255) = 30.65%

R = 52.15%
G = 17.2%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C24072 (or 0xC24072) is known color: Royal Heath. HEX triplet: C2, 40 and 72. RGB value is (194,64,114). Sum of RGB (Red+Green+Blue) = 194+64+114=372 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.15% from 372); Green value is 64 (25.39% from 255 or 17.20% from 372); Blue value is 114 (44.92% from 255 or 30.65% from 372); Max value from RGB is 194 - color contains mainly: red. Hex color #C24072 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24072 is #3DBF8D. Grayscale: #6C6C6C. Windows color (decimal): -4046734 or 7487682. OLE color: 7487682.

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

Color convert

RGB 194 64 114 -
CMYK 0 0.67 0.41 0.24
HSL 336.92º 0.52% 0.51% -
HSV(B) 336.92º 0.67% 0.76% -
XYZ 27.12 16.35 17.65 -
YUV 108.57 131.07 188.93 -
System Red Green Blue C M Y K H S L
Decimal 194 64 114 0 0.67 0.41 0.24 336.92 0.52 0.51
Hex C2 40 72 0 43 29 18 151 34 33
Octal 302 100 162 0 103 51 30 521 64 63
Binary 11000010 1000000 1110010 0 1000011 101001 11000 101010001 110100 110011

Color Harmonies of #C24072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24072

Black with #C24072

Text Example


Text Example

White with #C24072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24072; }

 p { color: rgb(194,64,114); }

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

background-color css

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

 a { background-color: rgb(194,64,114); }

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

border-color css

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

 span { border-color: rgb(194,64,114); }

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