Html Css Color HEX #C2396F Royal Heath

📋 copy color: '#C2396F'

red 194 ◦ green 57 ◦ blue 111

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

Shades of Royal Heath #C2396F

Tints of Royal Heath #C2396F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30.66%

R = 53.59%
G = 15.75%
B = 30.66%

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

#C2396F (or 0xC2396F) is known color: Royal Heath. HEX triplet: C2, 39 and 6F. RGB value is (194,57,111). Sum of RGB (Red+Green+Blue) = 194+57+111=362 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.59% from 362); Green value is 57 (22.66% from 255 or 15.75% from 362); Blue value is 111 (43.75% from 255 or 30.66% from 362); Max value from RGB is 194 - color contains mainly: red. Hex color #C2396F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2396F is #3DC690. Grayscale: #686868. Windows color (decimal): -4048529 or 7289282. OLE color: 7289282.

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

Color convert

RGB 194 57 111 -
CMYK 0 0.71 0.43 0.24
HSL 336.35º 0.55% 0.49% -
HSV(B) 336.35º 0.71% 0.76% -
XYZ 26.58 15.54 16.64 -
YUV 104.12 131.89 192.11 -
System Red Green Blue C M Y K H S L
Decimal 194 57 111 0 0.71 0.43 0.24 336.35 0.55 0.49
Hex C2 39 6F 0 47 2B 18 150 37 31
Octal 302 71 157 0 107 53 30 520 67 61
Binary 11000010 111001 1101111 0 1000111 101011 11000 101010000 110111 110001

Color Harmonies of #C2396F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2396F

Black with #C2396F

Text Example


Text Example

White with #C2396F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2396F; }

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

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

background-color css

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

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

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

border-color css

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

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

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