Html Css Color HEX #C1476B Royal Heath

📋 copy color: '#C1476B'

red 193 ◦ green 71 ◦ blue 107

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

Shades of Royal Heath #C1476B

Tints of Royal Heath #C1476B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.84%

R = 52.02%
G = 19.14%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C1476B (or 0xC1476B) is known color: Royal Heath. HEX triplet: C1, 47 and 6B. RGB value is (193,71,107). Sum of RGB (Red+Green+Blue) = 193+71+107=371 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.02% from 371); Green value is 71 (28.12% from 255 or 19.14% from 371); Blue value is 107 (42.19% from 255 or 28.84% from 371); Max value from RGB is 193 - color contains mainly: red. Hex color #C1476B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1476B is #3EB894. Grayscale: #6F6F6F. Windows color (decimal): -4110485 or 7030721. OLE color: 7030721.

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

Color convert

RGB 193 71 107 -
CMYK 0 0.63 0.45 0.24
HSL 342.3º 0.5% 0.52% -
HSV(B) 342.3º 0.63% 0.76% -
XYZ 26.9 16.91 15.76 -
YUV 111.58 125.42 186.07 -
System Red Green Blue C M Y K H S L
Decimal 193 71 107 0 0.63 0.45 0.24 342.3 0.5 0.52
Hex C1 47 6B 0 3F 2D 18 156 32 34
Octal 301 107 153 0 77 55 30 526 62 64
Binary 11000001 1000111 1101011 0 111111 101101 11000 101010110 110010 110100

Color Harmonies of #C1476B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1476B

Black with #C1476B

Text Example


Text Example

White with #C1476B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1476B; }

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

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

background-color css

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

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

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

border-color css

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

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

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