Html Css Color HEX #C0496C Royal Heath

📋 copy color: '#C0496C'

red 192 ◦ green 73 ◦ blue 108

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

Shades of Royal Heath #C0496C

Tints of Royal Heath #C0496C

RGB

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

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

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

R = 51.47%
G = 19.57%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#C0496C (or 0xC0496C) is known color: Royal Heath. HEX triplet: C0, 49 and 6C. RGB value is (192,73,108). Sum of RGB (Red+Green+Blue) = 192+73+108=373 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.47% from 373); Green value is 73 (28.91% from 255 or 19.57% from 373); Blue value is 108 (42.58% from 255 or 28.95% from 373); Max value from RGB is 192 - color contains mainly: red. Hex color #C0496C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0496C is #3FB693. Grayscale: #707070. Windows color (decimal): -4175508 or 7096768. OLE color: 7096768.

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

Color convert

RGB 192 73 108 -
CMYK 0 0.62 0.44 0.25
HSL 342.35º 0.49% 0.52% -
HSV(B) 342.35º 0.62% 0.75% -
XYZ 26.83 17.05 16.07 -
YUV 112.57 125.42 184.65 -
System Red Green Blue C M Y K H S L
Decimal 192 73 108 0 0.62 0.44 0.25 342.35 0.49 0.52
Hex C0 49 6C 0 3E 2C 19 156 31 34
Octal 300 111 154 0 76 54 31 526 61 64
Binary 11000000 1001001 1101100 0 111110 101100 11001 101010110 110001 110100

Color Harmonies of #C0496C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0496C

Black with #C0496C

Text Example


Text Example

White with #C0496C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0496C; }

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

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

background-color css

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

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

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

border-color css

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

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

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