Html Css Color HEX #C2386D Royal Heath

📋 copy color: '#C2386D'

red 194 ◦ green 56 ◦ blue 109

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

Shades of Royal Heath #C2386D

Tints of Royal Heath #C2386D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 30.36%

R = 54.04%
G = 15.6%
B = 30.36%

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

#C2386D (or 0xC2386D) is known color: Royal Heath. HEX triplet: C2, 38 and 6D. RGB value is (194,56,109). Sum of RGB (Red+Green+Blue) = 194+56+109=359 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.04% from 359); Green value is 56 (22.27% from 255 or 15.60% from 359); Blue value is 109 (42.97% from 255 or 30.36% from 359); Max value from RGB is 194 - color contains mainly: red. Hex color #C2386D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2386D is #3DC792. Grayscale: #676767. Windows color (decimal): -4048787 or 7157954. OLE color: 7157954.

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

Color convert

RGB 194 56 109 -
CMYK 0 0.71 0.44 0.24
HSL 336.96º 0.55% 0.49% -
HSV(B) 336.96º 0.71% 0.76% -
XYZ 26.42 15.4 16.05 -
YUV 103.3 131.22 192.69 -
System Red Green Blue C M Y K H S L
Decimal 194 56 109 0 0.71 0.44 0.24 336.96 0.55 0.49
Hex C2 38 6D 0 47 2C 18 151 37 31
Octal 302 70 155 0 107 54 30 521 67 61
Binary 11000010 111000 1101101 0 1000111 101100 11000 101010001 110111 110001

Color Harmonies of #C2386D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2386D

Black with #C2386D

Text Example


Text Example

White with #C2386D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2386D; }

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

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

background-color css

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

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

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

border-color css

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

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

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