Html Css Color HEX #C2547C Royal Heath

📋 copy color: '#C2547C'

red 194 ◦ green 84 ◦ blue 124

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

Shades of Royal Heath #C2547C

Tints of Royal Heath #C2547C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.9%

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

R = 48.26%
G = 20.9%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C2547C (or 0xC2547C) is known color: Royal Heath. HEX triplet: C2, 54 and 7C. RGB value is (194,84,124). Sum of RGB (Red+Green+Blue) = 194+84+124=402 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.26% from 402); Green value is 84 (33.20% from 255 or 20.90% from 402); Blue value is 124 (48.83% from 255 or 30.85% from 402); Max value from RGB is 194 - color contains mainly: red. Hex color #C2547C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2547C is #3DAB83. Grayscale: #797979. Windows color (decimal): -4041604 or 8148162. OLE color: 8148162.

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

Color convert

RGB 194 84 124 -
CMYK 0 0.57 0.36 0.24
HSL 338.18º 0.47% 0.55% -
HSV(B) 338.18º 0.57% 0.76% -
XYZ 29.06 19.27 21.26 -
YUV 121.45 129.44 179.75 -
System Red Green Blue C M Y K H S L
Decimal 194 84 124 0 0.57 0.36 0.24 338.18 0.47 0.55
Hex C2 54 7C 0 39 24 18 152 2F 37
Octal 302 124 174 0 71 44 30 522 57 67
Binary 11000010 1010100 1111100 0 111001 100100 11000 101010010 101111 110111

Color Harmonies of #C2547C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2547C

Black with #C2547C

Text Example


Text Example

White with #C2547C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2547C; }

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

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

background-color css

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

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

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

border-color css

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

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

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