Html Css Color HEX #C0486C Royal Heath

📋 copy color: '#C0486C'

red 192 ◦ green 72 ◦ blue 108

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

Shades of Royal Heath #C0486C

Tints of Royal Heath #C0486C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.03%

R = 51.61%
G = 19.35%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#C0486C (or 0xC0486C) is known color: Royal Heath. HEX triplet: C0, 48 and 6C. RGB value is (192,72,108). Sum of RGB (Red+Green+Blue) = 192+72+108=372 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.61% from 372); Green value is 72 (28.52% from 255 or 19.35% from 372); Blue value is 108 (42.58% from 255 or 29.03% from 372); Max value from RGB is 192 - color contains mainly: red. Hex color #C0486C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0486C is #3FB793. Grayscale: #6F6F6F. Windows color (decimal): -4175764 or 7096512. OLE color: 7096512.

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

Color convert

RGB 192 72 108 -
CMYK 0 0.63 0.44 0.25
HSL 342º 0.49% 0.52% -
HSV(B) 342º 0.63% 0.75% -
XYZ 26.76 16.92 16.04 -
YUV 111.98 125.76 185.07 -
System Red Green Blue C M Y K H S L
Decimal 192 72 108 0 0.63 0.44 0.25 342 0.49 0.52
Hex C0 48 6C 0 3F 2C 19 156 31 34
Octal 300 110 154 0 77 54 31 526 61 64
Binary 11000000 1001000 1101100 0 111111 101100 11001 101010110 110001 110100

Color Harmonies of #C0486C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0486C

Black with #C0486C

Text Example


Text Example

White with #C0486C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0486C; }

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

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

background-color css

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

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

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

border-color css

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

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

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