Html Css Color HEX #C0486E Royal Heath

📋 copy color: '#C0486E'

red 192 ◦ green 72 ◦ blue 110

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

Shades of Royal Heath #C0486E

Tints of Royal Heath #C0486E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.25%

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

R = 51.34%
G = 19.25%
B = 29.41%

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

#C0486E (or 0xC0486E) is known color: Royal Heath. HEX triplet: C0, 48 and 6E. RGB value is (192,72,110). Sum of RGB (Red+Green+Blue) = 192+72+110=374 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.34% from 374); Green value is 72 (28.52% from 255 or 19.25% from 374); Blue value is 110 (43.36% from 255 or 29.41% from 374); Max value from RGB is 192 - color contains mainly: red. Hex color #C0486E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0486E is #3FB791. Grayscale: #707070. Windows color (decimal): -4175762 or 7227584. OLE color: 7227584.

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

Color convert

RGB 192 72 110 -
CMYK 0 0.63 0.43 0.25
HSL 341º 0.49% 0.52% -
HSV(B) 341º 0.63% 0.75% -
XYZ 26.87 16.97 16.61 -
YUV 112.21 126.76 184.91 -
System Red Green Blue C M Y K H S L
Decimal 192 72 110 0 0.63 0.43 0.25 341 0.49 0.52
Hex C0 48 6E 0 3F 2B 19 155 31 34
Octal 300 110 156 0 77 53 31 525 61 64
Binary 11000000 1001000 1101110 0 111111 101011 11001 101010101 110001 110100

Color Harmonies of #C0486E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0486E

Black with #C0486E

Text Example


Text Example

White with #C0486E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0486E; }

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

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

background-color css

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

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

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

border-color css

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

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

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