Html Css Color HEX #C2396D Royal Heath

📋 copy color: '#C2396D'

red 194 ◦ green 57 ◦ blue 109

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

Shades of Royal Heath #C2396D

Tints of Royal Heath #C2396D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.83%

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

R = 53.89%
G = 15.83%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C2396D (or 0xC2396D) is known color: Royal Heath. HEX triplet: C2, 39 and 6D. RGB value is (194,57,109). Sum of RGB (Red+Green+Blue) = 194+57+109=360 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.89% from 360); Green value is 57 (22.66% from 255 or 15.83% from 360); Blue value is 109 (42.97% from 255 or 30.28% from 360); Max value from RGB is 194 - color contains mainly: red. Hex color #C2396D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2396D is #3DC692. Grayscale: #676767. Windows color (decimal): -4048531 or 7158210. OLE color: 7158210.

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

Color convert

RGB 194 57 109 -
CMYK 0 0.71 0.44 0.24
HSL 337.23º 0.55% 0.49% -
HSV(B) 337.23º 0.71% 0.76% -
XYZ 26.47 15.5 16.06 -
YUV 103.89 130.89 192.27 -
System Red Green Blue C M Y K H S L
Decimal 194 57 109 0 0.71 0.44 0.24 337.23 0.55 0.49
Hex C2 39 6D 0 47 2C 18 151 37 31
Octal 302 71 155 0 107 54 30 521 67 61
Binary 11000010 111001 1101101 0 1000111 101100 11000 101010001 110111 110001

Color Harmonies of #C2396D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2396D

Black with #C2396D

Text Example


Text Example

White with #C2396D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2396D; }

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

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

background-color css

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

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

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

border-color css

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

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

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