Html Css Color HEX #C0476F Royal Heath

📋 copy color: '#C0476F'

red 192 ◦ green 71 ◦ blue 111

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

Shades of Royal Heath #C0476F

Tints of Royal Heath #C0476F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 29.68%

R = 51.34%
G = 18.98%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#C0476F (or 0xC0476F) is known color: Royal Heath. HEX triplet: C0, 47 and 6F. RGB value is (192,71,111). Sum of RGB (Red+Green+Blue) = 192+71+111=374 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.34% from 374); Green value is 71 (28.12% from 255 or 18.98% from 374); Blue value is 111 (43.75% from 255 or 29.68% from 374); Max value from RGB is 192 - color contains mainly: red. Hex color #C0476F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0476F is #3FB890. Grayscale: #6F6F6F. Windows color (decimal): -4176017 or 7292864. OLE color: 7292864.

HSL color Cylindrical-coordinate representation of color #C0476F: hue angle of 340.17º 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 #C0476F is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 71 111 -
CMYK 0 0.63 0.42 0.25
HSL 340.17º 0.49% 0.52% -
HSV(B) 340.17º 0.63% 0.75% -
XYZ 26.86 16.86 16.88 -
YUV 111.74 127.59 185.25 -
System Red Green Blue C M Y K H S L
Decimal 192 71 111 0 0.63 0.42 0.25 340.17 0.49 0.52
Hex C0 47 6F 0 3F 2A 19 154 31 34
Octal 300 107 157 0 77 52 31 524 61 64
Binary 11000000 1000111 1101111 0 111111 101010 11001 101010100 110001 110100

Color Harmonies of #C0476F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0476F

Black with #C0476F

Text Example


Text Example

White with #C0476F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0476F; }

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

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

background-color css

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

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

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

border-color css

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

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

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