Html Css Color HEX #C0476E Royal Heath

📋 copy color: '#C0476E'

red 192 ◦ green 71 ◦ blue 110

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

Shades of Royal Heath #C0476E

Tints of Royal Heath #C0476E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.03%

 BLUE value IS 110 (43.36% from 255) = 29.49%

R = 51.47%
G = 19.03%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#C0476E (or 0xC0476E) is known color: Royal Heath. HEX triplet: C0, 47 and 6E. RGB value is (192,71,110). Sum of RGB (Red+Green+Blue) = 192+71+110=373 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.47% from 373); Green value is 71 (28.12% from 255 or 19.03% from 373); Blue value is 110 (43.36% from 255 or 29.49% from 373); Max value from RGB is 192 - color contains mainly: red. Hex color #C0476E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0476E is #3FB891. Grayscale: #6F6F6F. Windows color (decimal): -4176018 or 7227328. OLE color: 7227328.

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

Color convert

RGB 192 71 110 -
CMYK 0 0.63 0.43 0.25
HSL 340.66º 0.49% 0.52% -
HSV(B) 340.66º 0.63% 0.75% -
XYZ 26.81 16.84 16.59 -
YUV 111.63 127.09 185.33 -
System Red Green Blue C M Y K H S L
Decimal 192 71 110 0 0.63 0.43 0.25 340.66 0.49 0.52
Hex C0 47 6E 0 3F 2B 19 155 31 34
Octal 300 107 156 0 77 53 31 525 61 64
Binary 11000000 1000111 1101110 0 111111 101011 11001 101010101 110001 110100

Color Harmonies of #C0476E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0476E

Black with #C0476E

Text Example


Text Example

White with #C0476E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0476E; }

 p { color: rgb(192,71,110); }

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

background-color css

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

 a { background-color: rgb(192,71,110); }

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

border-color css

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

 span { border-color: rgb(192,71,110); }

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