Html Css Color HEX #C1386A Royal Heath

📋 copy color: '#C1386A'

red 193 ◦ green 56 ◦ blue 106

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

Shades of Royal Heath #C1386A

Tints of Royal Heath #C1386A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.77%

 BLUE value IS 106 (41.8% from 255) = 29.86%

R = 54.37%
G = 15.77%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C1386A (or 0xC1386A) is known color: Royal Heath. HEX triplet: C1, 38 and 6A. RGB value is (193,56,106). Sum of RGB (Red+Green+Blue) = 193+56+106=355 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.37% from 355); Green value is 56 (22.27% from 255 or 15.77% from 355); Blue value is 106 (41.80% from 255 or 29.86% from 355); Max value from RGB is 193 - color contains mainly: red. Hex color #C1386A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1386A is #3EC795. Grayscale: #666666. Windows color (decimal): -4114326 or 6961345. OLE color: 6961345.

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

Color convert

RGB 193 56 106 -
CMYK 0 0.71 0.45 0.24
HSL 338.1º 0.55% 0.49% -
HSV(B) 338.1º 0.71% 0.76% -
XYZ 26.01 15.21 15.2 -
YUV 102.66 129.89 192.43 -
System Red Green Blue C M Y K H S L
Decimal 193 56 106 0 0.71 0.45 0.24 338.1 0.55 0.49
Hex C1 38 6A 0 47 2D 18 152 37 31
Octal 301 70 152 0 107 55 30 522 67 61
Binary 11000001 111000 1101010 0 1000111 101101 11000 101010010 110111 110001

Color Harmonies of #C1386A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1386A

Black with #C1386A

Text Example


Text Example

White with #C1386A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1386A; }

 p { color: rgb(193,56,106); }

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

background-color css

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

 a { background-color: rgb(193,56,106); }

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

border-color css

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

 span { border-color: rgb(193,56,106); }

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