Html Css Color HEX #C2486F Royal Heath

📋 copy color: '#C2486F'

red 194 ◦ green 72 ◦ blue 111

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

Shades of Royal Heath #C2486F

Tints of Royal Heath #C2486F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.1%

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

R = 51.46%
G = 19.1%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C2486F (or 0xC2486F) is known color: Royal Heath. HEX triplet: C2, 48 and 6F. RGB value is (194,72,111). Sum of RGB (Red+Green+Blue) = 194+72+111=377 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.46% from 377); Green value is 72 (28.52% from 255 or 19.10% from 377); Blue value is 111 (43.75% from 255 or 29.44% from 377); Max value from RGB is 194 - color contains mainly: red. Hex color #C2486F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2486F is #3DB790. Grayscale: #707070. Windows color (decimal): -4044689 or 7293122. OLE color: 7293122.

HSL color Cylindrical-coordinate representation of color #C2486F: hue angle of 340.82º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C2486F is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 72 111 -
CMYK 0 0.63 0.43 0.24
HSL 340.82º 0.5% 0.52% -
HSV(B) 340.82º 0.63% 0.76% -
XYZ 27.43 17.25 16.92 -
YUV 112.92 126.92 185.83 -
System Red Green Blue C M Y K H S L
Decimal 194 72 111 0 0.63 0.43 0.24 340.82 0.5 0.52
Hex C2 48 6F 0 3F 2B 18 155 32 34
Octal 302 110 157 0 77 53 30 525 62 64
Binary 11000010 1001000 1101111 0 111111 101011 11000 101010101 110010 110100

Color Harmonies of #C2486F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2486F

Black with #C2486F

Text Example


Text Example

White with #C2486F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2486F; }

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

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

background-color css

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

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

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

border-color css

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

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

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