Html Css Color HEX #C2396E Royal Heath

📋 copy color: '#C2396E'

red 194 ◦ green 57 ◦ blue 110

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

Shades of Royal Heath #C2396E

Tints of Royal Heath #C2396E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 30.47%

R = 53.74%
G = 15.79%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C2396E (or 0xC2396E) is known color: Royal Heath. HEX triplet: C2, 39 and 6E. RGB value is (194,57,110). Sum of RGB (Red+Green+Blue) = 194+57+110=361 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.74% from 361); Green value is 57 (22.66% from 255 or 15.79% from 361); Blue value is 110 (43.36% from 255 or 30.47% from 361); Max value from RGB is 194 - color contains mainly: red. Hex color #C2396E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2396E is #3DC691. Grayscale: #676767. Windows color (decimal): -4048530 or 7223746. OLE color: 7223746.

HSL color Cylindrical-coordinate representation of color #C2396E: hue angle of 336.79º 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 #C2396E is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 57 110 -
CMYK 0 0.71 0.43 0.24
HSL 336.79º 0.55% 0.49% -
HSV(B) 336.79º 0.71% 0.76% -
XYZ 26.53 15.52 16.35 -
YUV 104.01 131.39 192.19 -
System Red Green Blue C M Y K H S L
Decimal 194 57 110 0 0.71 0.43 0.24 336.79 0.55 0.49
Hex C2 39 6E 0 47 2B 18 151 37 31
Octal 302 71 156 0 107 53 30 521 67 61
Binary 11000010 111001 1101110 0 1000111 101011 11000 101010001 110111 110001

Color Harmonies of #C2396E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2396E

Black with #C2396E

Text Example


Text Example

White with #C2396E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2396E; }

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

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

background-color css

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

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

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

border-color css

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

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

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