Html Css Color HEX #C2396C Royal Heath

📋 copy color: '#C2396C'

red 194 ◦ green 57 ◦ blue 108

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

Shades of Royal Heath #C2396C

Tints of Royal Heath #C2396C

RGB

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

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

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

R = 54.04%
G = 15.88%
B = 30.08%

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

#C2396C (or 0xC2396C) is known color: Royal Heath. HEX triplet: C2, 39 and 6C. RGB value is (194,57,108). Sum of RGB (Red+Green+Blue) = 194+57+108=359 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.04% from 359); Green value is 57 (22.66% from 255 or 15.88% from 359); Blue value is 108 (42.58% from 255 or 30.08% from 359); Max value from RGB is 194 - color contains mainly: red. Hex color #C2396C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2396C is #3DC693. Grayscale: #676767. Windows color (decimal): -4048532 or 7092674. OLE color: 7092674.

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

Color convert

RGB 194 57 108 -
CMYK 0 0.71 0.44 0.24
HSL 337.66º 0.55% 0.49% -
HSV(B) 337.66º 0.71% 0.76% -
XYZ 26.42 15.48 15.78 -
YUV 103.78 130.39 192.35 -
System Red Green Blue C M Y K H S L
Decimal 194 57 108 0 0.71 0.44 0.24 337.66 0.55 0.49
Hex C2 39 6C 0 47 2C 18 152 37 31
Octal 302 71 154 0 107 54 30 522 67 61
Binary 11000010 111001 1101100 0 1000111 101100 11000 101010010 110111 110001

Color Harmonies of #C2396C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2396C

Black with #C2396C

Text Example


Text Example

White with #C2396C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2396C; }

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

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

background-color css

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

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

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

border-color css

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

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

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