Html Css Color HEX #C0447A Royal Heath

📋 copy color: '#C0447A'

red 192 ◦ green 68 ◦ blue 122

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

Shades of Royal Heath #C0447A

Tints of Royal Heath #C0447A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.8%

 BLUE value IS 122 (48.05% from 255) = 31.94%

R = 50.26%
G = 17.8%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#C0447A (or 0xC0447A) is known color: Royal Heath. HEX triplet: C0, 44 and 7A. RGB value is (192,68,122). Sum of RGB (Red+Green+Blue) = 192+68+122=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 68 (26.95% from 255 or 17.80% from 382); Blue value is 122 (48.05% from 255 or 31.94% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C0447A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0447A is #3FBB85. Grayscale: #6F6F6F. Windows color (decimal): -4176774 or 8012992. OLE color: 8012992.

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

Color convert

RGB 192 68 122 -
CMYK 0 0.65 0.36 0.25
HSL 333.87º 0.5% 0.51% -
HSV(B) 333.87º 0.65% 0.75% -
XYZ 27.32 16.75 20.2 -
YUV 111.23 134.08 185.61 -
System Red Green Blue C M Y K H S L
Decimal 192 68 122 0 0.65 0.36 0.25 333.87 0.5 0.51
Hex C0 44 7A 0 41 24 19 14E 32 33
Octal 300 104 172 0 101 44 31 516 62 63
Binary 11000000 1000100 1111010 0 1000001 100100 11001 101001110 110010 110011

Color Harmonies of #C0447A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0447A

Black with #C0447A

Text Example


Text Example

White with #C0447A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0447A; }

 p { color: rgb(192,68,122); }

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

background-color css

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

 a { background-color: rgb(192,68,122); }

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

border-color css

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

 span { border-color: rgb(192,68,122); }

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