Html Css Color HEX #C0486F Royal Heath

📋 copy color: '#C0486F'

red 192 ◦ green 72 ◦ blue 111

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

Shades of Royal Heath #C0486F

Tints of Royal Heath #C0486F

RGB

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

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

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

R = 51.2%
G = 19.2%
B = 29.6%

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

#C0486F (or 0xC0486F) is known color: Royal Heath. HEX triplet: C0, 48 and 6F. RGB value is (192,72,111). Sum of RGB (Red+Green+Blue) = 192+72+111=375 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.2% from 375); Green value is 72 (28.52% from 255 or 19.2% from 375); Blue value is 111 (43.75% from 255 or 29.6% from 375); Max value from RGB is 192 - color contains mainly: red. Hex color #C0486F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0486F is #3FB790. Grayscale: #707070. Windows color (decimal): -4175761 or 7293120. OLE color: 7293120.

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

Color convert

RGB 192 72 111 -
CMYK 0 0.63 0.42 0.25
HSL 340.5º 0.49% 0.52% -
HSV(B) 340.5º 0.63% 0.75% -
XYZ 26.92 16.99 16.9 -
YUV 112.33 127.26 184.83 -
System Red Green Blue C M Y K H S L
Decimal 192 72 111 0 0.63 0.42 0.25 340.5 0.49 0.52
Hex C0 48 6F 0 3F 2A 19 154 31 34
Octal 300 110 157 0 77 52 31 524 61 64
Binary 11000000 1001000 1101111 0 111111 101010 11001 101010100 110001 110100

Color Harmonies of #C0486F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0486F

Black with #C0486F

Text Example


Text Example

White with #C0486F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0486F; }

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

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

background-color css

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

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

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

border-color css

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

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

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