Html Css Color HEX #C2496D Royal Heath

📋 copy color: '#C2496D'

red 194 ◦ green 73 ◦ blue 109

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

Shades of Royal Heath #C2496D

Tints of Royal Heath #C2496D

RGB

 RED value IS 194 (76.17% from 255) = 51.6%

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

 BLUE value IS 109 (42.97% from 255) = 28.99%

R = 51.6%
G = 19.41%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C2496D (or 0xC2496D) is known color: Royal Heath. HEX triplet: C2, 49 and 6D. RGB value is (194,73,109). Sum of RGB (Red+Green+Blue) = 194+73+109=376 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.60% from 376); Green value is 73 (28.91% from 255 or 19.41% from 376); Blue value is 109 (42.97% from 255 or 28.99% from 376); Max value from RGB is 194 - color contains mainly: red. Hex color #C2496D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2496D is #3DB692. Grayscale: #717171. Windows color (decimal): -4044435 or 7162306. OLE color: 7162306.

HSL color Cylindrical-coordinate representation of color #C2496D: hue angle of 342.15º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C2496D is Cyan = 0, Magento = 0.62, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 73 109 -
CMYK 0 0.62 0.44 0.24
HSL 342.15º 0.5% 0.52% -
HSV(B) 342.15º 0.62% 0.76% -
XYZ 27.39 17.34 16.37 -
YUV 113.28 125.59 185.57 -
System Red Green Blue C M Y K H S L
Decimal 194 73 109 0 0.62 0.44 0.24 342.15 0.5 0.52
Hex C2 49 6D 0 3E 2C 18 156 32 34
Octal 302 111 155 0 76 54 30 526 62 64
Binary 11000010 1001001 1101101 0 111110 101100 11000 101010110 110010 110100

Color Harmonies of #C2496D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2496D

Black with #C2496D

Text Example


Text Example

White with #C2496D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2496D; }

 p { color: rgb(194,73,109); }

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

background-color css

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

 a { background-color: rgb(194,73,109); }

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

border-color css

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

 span { border-color: rgb(194,73,109); }

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