Html Css Color HEX #C2386F Royal Heath

📋 copy color: '#C2386F'

red 194 ◦ green 56 ◦ blue 111

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

Shades of Royal Heath #C2386F

Tints of Royal Heath #C2386F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.51%

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

R = 53.74%
G = 15.51%
B = 30.75%

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

#C2386F (or 0xC2386F) is known color: Royal Heath. HEX triplet: C2, 38 and 6F. RGB value is (194,56,111). Sum of RGB (Red+Green+Blue) = 194+56+111=361 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.74% from 361); Green value is 56 (22.27% from 255 or 15.51% from 361); Blue value is 111 (43.75% from 255 or 30.75% from 361); Max value from RGB is 194 - color contains mainly: red. Hex color #C2386F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2386F is #3DC790. Grayscale: #676767. Windows color (decimal): -4048785 or 7289026. OLE color: 7289026.

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

Color convert

RGB 194 56 111 -
CMYK 0 0.71 0.43 0.24
HSL 336.09º 0.55% 0.49% -
HSV(B) 336.09º 0.71% 0.76% -
XYZ 26.53 15.45 16.62 -
YUV 103.53 132.22 192.53 -
System Red Green Blue C M Y K H S L
Decimal 194 56 111 0 0.71 0.43 0.24 336.09 0.55 0.49
Hex C2 38 6F 0 47 2B 18 150 37 31
Octal 302 70 157 0 107 53 30 520 67 61
Binary 11000010 111000 1101111 0 1000111 101011 11000 101010000 110111 110001

Color Harmonies of #C2386F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2386F

Black with #C2386F

Text Example


Text Example

White with #C2386F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2386F; }

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

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

background-color css

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

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

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

border-color css

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

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

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