Html Css Color HEX #C13868 Royal Heath

📋 copy color: '#C13868'

red 193 ◦ green 56 ◦ blue 104

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

Shades of Royal Heath #C13868

Tints of Royal Heath #C13868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 29.46%

R = 54.67%
G = 15.86%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C13868 (or 0xC13868) is known color: Royal Heath. HEX triplet: C1, 38 and 68. RGB value is (193,56,104). Sum of RGB (Red+Green+Blue) = 193+56+104=353 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.67% from 353); Green value is 56 (22.27% from 255 or 15.86% from 353); Blue value is 104 (41.02% from 255 or 29.46% from 353); Max value from RGB is 193 - color contains mainly: red. Hex color #C13868 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13868 is #3EC797. Grayscale: #666666. Windows color (decimal): -4114328 or 6830273. OLE color: 6830273.

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

Color convert

RGB 193 56 104 -
CMYK 0 0.71 0.46 0.24
HSL 338.98º 0.55% 0.49% -
HSV(B) 338.98º 0.71% 0.76% -
XYZ 25.91 15.17 14.66 -
YUV 102.44 128.89 192.6 -
System Red Green Blue C M Y K H S L
Decimal 193 56 104 0 0.71 0.46 0.24 338.98 0.55 0.49
Hex C1 38 68 0 47 2E 18 153 37 31
Octal 301 70 150 0 107 56 30 523 67 61
Binary 11000001 111000 1101000 0 1000111 101110 11000 101010011 110111 110001

Color Harmonies of #C13868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13868

Black with #C13868

Text Example


Text Example

White with #C13868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13868; }

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

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

background-color css

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

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

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

border-color css

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

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

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