Html Css Color HEX #C1476F Royal Heath

📋 copy color: '#C1476F'

red 193 ◦ green 71 ◦ blue 111

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

Shades of Royal Heath #C1476F

Tints of Royal Heath #C1476F

RGB

 RED value IS 193 (75.78% from 255) = 51.47%

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

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

R = 51.47%
G = 18.93%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C1476F (or 0xC1476F) is known color: Royal Heath. HEX triplet: C1, 47 and 6F. RGB value is (193,71,111). Sum of RGB (Red+Green+Blue) = 193+71+111=375 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.47% from 375); Green value is 71 (28.12% from 255 or 18.93% from 375); Blue value is 111 (43.75% from 255 or 29.6% from 375); Max value from RGB is 193 - color contains mainly: red. Hex color #C1476F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1476F is #3EB890. Grayscale: #707070. Windows color (decimal): -4110481 or 7292865. OLE color: 7292865.

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

Color convert

RGB 193 71 111 -
CMYK 0 0.63 0.42 0.24
HSL 340.33º 0.5% 0.52% -
HSV(B) 340.33º 0.63% 0.76% -
XYZ 27.11 16.99 16.89 -
YUV 112.04 127.42 185.75 -
System Red Green Blue C M Y K H S L
Decimal 193 71 111 0 0.63 0.42 0.24 340.33 0.5 0.52
Hex C1 47 6F 0 3F 2A 18 154 32 34
Octal 301 107 157 0 77 52 30 524 62 64
Binary 11000001 1000111 1101111 0 111111 101010 11000 101010100 110010 110100

Color Harmonies of #C1476F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1476F

Black with #C1476F

Text Example


Text Example

White with #C1476F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1476F; }

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

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

background-color css

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

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

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

border-color css

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

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

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