Html Css Color HEX #C2497C Royal Heath

📋 copy color: '#C2497C'

red 194 ◦ green 73 ◦ blue 124

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

Shades of Royal Heath #C2497C

Tints of Royal Heath #C2497C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.67%

 BLUE value IS 124 (48.83% from 255) = 31.71%

R = 49.62%
G = 18.67%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C2497C (or 0xC2497C) is known color: Royal Heath. HEX triplet: C2, 49 and 7C. RGB value is (194,73,124). Sum of RGB (Red+Green+Blue) = 194+73+124=391 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.62% from 391); Green value is 73 (28.91% from 255 or 18.67% from 391); Blue value is 124 (48.83% from 255 or 31.71% from 391); Max value from RGB is 194 - color contains mainly: red. Hex color #C2497C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2497C is #3DB683. Grayscale: #727272. Windows color (decimal): -4044420 or 8145346. OLE color: 8145346.

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

Color convert

RGB 194 73 124 -
CMYK 0 0.62 0.36 0.24
HSL 334.71º 0.5% 0.52% -
HSV(B) 334.71º 0.62% 0.76% -
XYZ 28.27 17.69 20.99 -
YUV 114.99 133.09 184.35 -
System Red Green Blue C M Y K H S L
Decimal 194 73 124 0 0.62 0.36 0.24 334.71 0.5 0.52
Hex C2 49 7C 0 3E 24 18 14F 32 34
Octal 302 111 174 0 76 44 30 517 62 64
Binary 11000010 1001001 1111100 0 111110 100100 11000 101001111 110010 110100

Color Harmonies of #C2497C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2497C

Black with #C2497C

Text Example


Text Example

White with #C2497C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2497C; }

 p { color: rgb(194,73,124); }

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

background-color css

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

 a { background-color: rgb(194,73,124); }

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

border-color css

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

 span { border-color: rgb(194,73,124); }

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