Html Css Color HEX #C0496F Royal Heath

📋 copy color: '#C0496F'

red 192 ◦ green 73 ◦ blue 111

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

Shades of Royal Heath #C0496F

Tints of Royal Heath #C0496F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.41%

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

R = 51.06%
G = 19.41%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#C0496F (or 0xC0496F) is known color: Royal Heath. HEX triplet: C0, 49 and 6F. RGB value is (192,73,111). Sum of RGB (Red+Green+Blue) = 192+73+111=376 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.06% from 376); Green value is 73 (28.91% from 255 or 19.41% from 376); Blue value is 111 (43.75% from 255 or 29.52% from 376); Max value from RGB is 192 - color contains mainly: red. Hex color #C0496F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0496F is #3FB690. Grayscale: #707070. Windows color (decimal): -4175505 or 7293376. OLE color: 7293376.

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

Color convert

RGB 192 73 111 -
CMYK 0 0.62 0.42 0.25
HSL 340.84º 0.49% 0.52% -
HSV(B) 340.84º 0.62% 0.75% -
XYZ 26.99 17.12 16.92 -
YUV 112.91 126.92 184.41 -
System Red Green Blue C M Y K H S L
Decimal 192 73 111 0 0.62 0.42 0.25 340.84 0.49 0.52
Hex C0 49 6F 0 3E 2A 19 155 31 34
Octal 300 111 157 0 76 52 31 525 61 64
Binary 11000000 1001001 1101111 0 111110 101010 11001 101010101 110001 110100

Color Harmonies of #C0496F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0496F

Black with #C0496F

Text Example


Text Example

White with #C0496F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0496F; }

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

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

background-color css

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

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

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

border-color css

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

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

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