Html Css Color HEX #C1386E Royal Heath

📋 copy color: '#C1386E'

red 193 ◦ green 56 ◦ blue 110

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

Shades of Royal Heath #C1386E

Tints of Royal Heath #C1386E

RGB

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

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

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

R = 53.76%
G = 15.6%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C1386E (or 0xC1386E) is known color: Royal Heath. HEX triplet: C1, 38 and 6E. RGB value is (193,56,110). Sum of RGB (Red+Green+Blue) = 193+56+110=359 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.76% from 359); Green value is 56 (22.27% from 255 or 15.60% from 359); Blue value is 110 (43.36% from 255 or 30.64% from 359); Max value from RGB is 193 - color contains mainly: red. Hex color #C1386E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1386E is #3EC791. Grayscale: #676767. Windows color (decimal): -4114322 or 7223489. OLE color: 7223489.

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

Color convert

RGB 193 56 110 -
CMYK 0 0.71 0.43 0.24
HSL 336.35º 0.55% 0.49% -
HSV(B) 336.35º 0.71% 0.76% -
XYZ 26.22 15.29 16.32 -
YUV 103.12 131.89 192.11 -
System Red Green Blue C M Y K H S L
Decimal 193 56 110 0 0.71 0.43 0.24 336.35 0.55 0.49
Hex C1 38 6E 0 47 2B 18 150 37 31
Octal 301 70 156 0 107 53 30 520 67 61
Binary 11000001 111000 1101110 0 1000111 101011 11000 101010000 110111 110001

Color Harmonies of #C1386E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1386E

Black with #C1386E

Text Example


Text Example

White with #C1386E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1386E; }

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

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

background-color css

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

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

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

border-color css

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

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

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