Html Css Color HEX #C0467C Royal Heath

📋 copy color: '#C0467C'

red 192 ◦ green 70 ◦ blue 124

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

Shades of Royal Heath #C0467C

Tints of Royal Heath #C0467C

RGB

 RED value IS 192 (75.39% from 255) = 49.74%

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

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

R = 49.74%
G = 18.13%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#C0467C (or 0xC0467C) is known color: Royal Heath. HEX triplet: C0, 46 and 7C. RGB value is (192,70,124). Sum of RGB (Red+Green+Blue) = 192+70+124=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 70 (27.73% from 255 or 18.13% from 386); Blue value is 124 (48.83% from 255 or 32.12% from 386); Max value from RGB is 192 - color contains mainly: red. Hex color #C0467C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0467C is #3FB983. Grayscale: #707070. Windows color (decimal): -4176260 or 8144576. OLE color: 8144576.

HSL color Cylindrical-coordinate representation of color #C0467C: hue angle of 333.44º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C0467C is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 70 124 -
CMYK 0 0.64 0.35 0.25
HSL 333.44º 0.49% 0.51% -
HSV(B) 333.44º 0.64% 0.75% -
XYZ 27.57 17.04 20.91 -
YUV 112.63 134.42 184.61 -
System Red Green Blue C M Y K H S L
Decimal 192 70 124 0 0.64 0.35 0.25 333.44 0.49 0.51
Hex C0 46 7C 0 40 23 19 14D 31 33
Octal 300 106 174 0 100 43 31 515 61 63
Binary 11000000 1000110 1111100 0 1000000 100011 11001 101001101 110001 110011

Color Harmonies of #C0467C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0467C

Black with #C0467C

Text Example


Text Example

White with #C0467C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0467C; }

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

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

background-color css

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

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

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

border-color css

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

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

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