Html Css Color HEX #C4396E Royal Heath

📋 copy color: '#C4396E'

red 196 ◦ green 57 ◦ blue 110

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

Shades of Royal Heath #C4396E

Tints of Royal Heath #C4396E

RGB

 RED value IS 196 (76.95% from 255) = 53.99%

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

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

R = 53.99%
G = 15.7%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C4396E (or 0xC4396E) is known color: Royal Heath. HEX triplet: C4, 39 and 6E. RGB value is (196,57,110). Sum of RGB (Red+Green+Blue) = 196+57+110=363 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.99% from 363); Green value is 57 (22.66% from 255 or 15.70% from 363); Blue value is 110 (43.36% from 255 or 30.30% from 363); Max value from RGB is 196 - color contains mainly: red. Hex color #C4396E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4396E is #3BC691. Grayscale: #686868. Windows color (decimal): -3917458 or 7223748. OLE color: 7223748.

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

Color convert

RGB 196 57 110 -
CMYK 0 0.71 0.44 0.23
HSL 337.12º 0.55% 0.5% -
HSV(B) 337.12º 0.71% 0.77% -
XYZ 27.04 15.79 16.37 -
YUV 104.6 131.05 193.19 -
System Red Green Blue C M Y K H S L
Decimal 196 57 110 0 0.71 0.44 0.23 337.12 0.55 0.5
Hex C4 39 6E 0 47 2C 17 151 37 32
Octal 304 71 156 0 107 54 27 521 67 62
Binary 11000100 111001 1101110 0 1000111 101100 10111 101010001 110111 110010

Color Harmonies of #C4396E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4396E

Black with #C4396E

Text Example


Text Example

White with #C4396E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4396E; }

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

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

background-color css

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

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

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

border-color css

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

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

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