Html Css Color HEX #C2476F Royal Heath

📋 copy color: '#C2476F'

red 194 ◦ green 71 ◦ blue 111

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

Shades of Royal Heath #C2476F

Tints of Royal Heath #C2476F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.88%

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

R = 51.6%
G = 18.88%
B = 29.52%

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

#C2476F (or 0xC2476F) is known color: Royal Heath. HEX triplet: C2, 47 and 6F. RGB value is (194,71,111). Sum of RGB (Red+Green+Blue) = 194+71+111=376 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.60% from 376); Green value is 71 (28.12% from 255 or 18.88% from 376); Blue value is 111 (43.75% from 255 or 29.52% from 376); Max value from RGB is 194 - color contains mainly: red. Hex color #C2476F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2476F is #3DB890. Grayscale: #707070. Windows color (decimal): -4044945 or 7292866. OLE color: 7292866.

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

Color convert

RGB 194 71 111 -
CMYK 0 0.63 0.43 0.24
HSL 340.49º 0.5% 0.52% -
HSV(B) 340.49º 0.63% 0.76% -
XYZ 27.37 17.12 16.9 -
YUV 112.34 127.25 186.25 -
System Red Green Blue C M Y K H S L
Decimal 194 71 111 0 0.63 0.43 0.24 340.49 0.5 0.52
Hex C2 47 6F 0 3F 2B 18 154 32 34
Octal 302 107 157 0 77 53 30 524 62 64
Binary 11000010 1000111 1101111 0 111111 101011 11000 101010100 110010 110100

Color Harmonies of #C2476F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2476F

Black with #C2476F

Text Example


Text Example

White with #C2476F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2476F; }

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

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

background-color css

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

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

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

border-color css

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

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

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