Html Css Color HEX #C1376E Royal Heath

📋 copy color: '#C1376E'

red 193 ◦ green 55 ◦ blue 110

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

Shades of Royal Heath #C1376E

Tints of Royal Heath #C1376E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.36%

 BLUE value IS 110 (43.36% from 255) = 30.73%

R = 53.91%
G = 15.36%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C1376E (or 0xC1376E) is known color: Royal Heath. HEX triplet: C1, 37 and 6E. RGB value is (193,55,110). Sum of RGB (Red+Green+Blue) = 193+55+110=358 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.91% from 358); Green value is 55 (21.88% from 255 or 15.36% from 358); Blue value is 110 (43.36% from 255 or 30.73% from 358); Max value from RGB is 193 - color contains mainly: red. Hex color #C1376E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1376E is #3EC891. Grayscale: #666666. Windows color (decimal): -4114578 or 7223233. OLE color: 7223233.

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

Color convert

RGB 193 55 110 -
CMYK 0 0.72 0.43 0.24
HSL 336.09º 0.56% 0.49% -
HSV(B) 336.09º 0.72% 0.76% -
XYZ 26.17 15.2 16.31 -
YUV 102.53 132.22 192.53 -
System Red Green Blue C M Y K H S L
Decimal 193 55 110 0 0.72 0.43 0.24 336.09 0.56 0.49
Hex C1 37 6E 0 48 2B 18 150 38 31
Octal 301 67 156 0 110 53 30 520 70 61
Binary 11000001 110111 1101110 0 1001000 101011 11000 101010000 111000 110001

Color Harmonies of #C1376E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1376E

Black with #C1376E

Text Example


Text Example

White with #C1376E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1376E; }

 p { color: rgb(193,55,110); }

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

background-color css

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

 a { background-color: rgb(193,55,110); }

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

border-color css

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

 span { border-color: rgb(193,55,110); }

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