Html Css Color HEX #C2467C Royal Heath

📋 copy color: '#C2467C'

red 194 ◦ green 70 ◦ blue 124

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

Shades of Royal Heath #C2467C

Tints of Royal Heath #C2467C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.04%

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

R = 50%
G = 18.04%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C2467C (or 0xC2467C) is known color: Royal Heath. HEX triplet: C2, 46 and 7C. RGB value is (194,70,124). Sum of RGB (Red+Green+Blue) = 194+70+124=388 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50% from 388); Green value is 70 (27.73% from 255 or 18.04% from 388); Blue value is 124 (48.83% from 255 or 31.96% from 388); Max value from RGB is 194 - color contains mainly: red. Hex color #C2467C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2467C is #3DB983. Grayscale: #717171. Windows color (decimal): -4045188 or 8144578. OLE color: 8144578.

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

Color convert

RGB 194 70 124 -
CMYK 0 0.64 0.36 0.24
HSL 333.87º 0.5% 0.52% -
HSV(B) 333.87º 0.64% 0.76% -
XYZ 28.08 17.3 20.93 -
YUV 113.23 134.08 185.61 -
System Red Green Blue C M Y K H S L
Decimal 194 70 124 0 0.64 0.36 0.24 333.87 0.5 0.52
Hex C2 46 7C 0 40 24 18 14E 32 34
Octal 302 106 174 0 100 44 30 516 62 64
Binary 11000010 1000110 1111100 0 1000000 100100 11000 101001110 110010 110100

Color Harmonies of #C2467C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2467C

Black with #C2467C

Text Example


Text Example

White with #C2467C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2467C; }

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

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

background-color css

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

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

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

border-color css

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

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

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