Html Css Color HEX #C1366C Royal Heath

📋 copy color: '#C1366C'

red 193 ◦ green 54 ◦ blue 108

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

Shades of Royal Heath #C1366C

Tints of Royal Heath #C1366C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.21%

 BLUE value IS 108 (42.58% from 255) = 30.42%

R = 54.37%
G = 15.21%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C1366C (or 0xC1366C) is known color: Royal Heath. HEX triplet: C1, 36 and 6C. RGB value is (193,54,108). Sum of RGB (Red+Green+Blue) = 193+54+108=355 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.37% from 355); Green value is 54 (21.48% from 255 or 15.21% from 355); Blue value is 108 (42.58% from 255 or 30.42% from 355); Max value from RGB is 193 - color contains mainly: red. Hex color #C1366C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1366C is #3EC993. Grayscale: #656565. Windows color (decimal): -4114836 or 7091905. OLE color: 7091905.

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

Color convert

RGB 193 54 108 -
CMYK 0 0.72 0.44 0.24
HSL 336.69º 0.56% 0.48% -
HSV(B) 336.69º 0.72% 0.76% -
XYZ 26.02 15.06 15.72 -
YUV 101.72 131.55 193.11 -
System Red Green Blue C M Y K H S L
Decimal 193 54 108 0 0.72 0.44 0.24 336.69 0.56 0.48
Hex C1 36 6C 0 48 2C 18 151 38 30
Octal 301 66 154 0 110 54 30 521 70 60
Binary 11000001 110110 1101100 0 1001000 101100 11000 101010001 111000 110000

Color Harmonies of #C1366C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1366C

Black with #C1366C

Text Example


Text Example

White with #C1366C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1366C; }

 p { color: rgb(193,54,108); }

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

background-color css

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

 a { background-color: rgb(193,54,108); }

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

border-color css

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

 span { border-color: rgb(193,54,108); }

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