Html Css Color HEX #C13768 Royal Heath

📋 copy color: '#C13768'

red 193 ◦ green 55 ◦ blue 104

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

Shades of Royal Heath #C13768

Tints of Royal Heath #C13768

RGB

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

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

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

R = 54.83%
G = 15.63%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C13768 (or 0xC13768) is known color: Royal Heath. HEX triplet: C1, 37 and 68. RGB value is (193,55,104). Sum of RGB (Red+Green+Blue) = 193+55+104=352 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.83% from 352); Green value is 55 (21.88% from 255 or 15.62% from 352); Blue value is 104 (41.02% from 255 or 29.55% from 352); Max value from RGB is 193 - color contains mainly: red. Hex color #C13768 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13768 is #3EC897. Grayscale: #656565. Windows color (decimal): -4114584 or 6830017. OLE color: 6830017.

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

Color convert

RGB 193 55 104 -
CMYK 0 0.72 0.46 0.24
HSL 338.7º 0.56% 0.49% -
HSV(B) 338.7º 0.72% 0.76% -
XYZ 25.86 15.07 14.64 -
YUV 101.85 129.22 193.02 -
System Red Green Blue C M Y K H S L
Decimal 193 55 104 0 0.72 0.46 0.24 338.7 0.56 0.49
Hex C1 37 68 0 48 2E 18 153 38 31
Octal 301 67 150 0 110 56 30 523 70 61
Binary 11000001 110111 1101000 0 1001000 101110 11000 101010011 111000 110001

Color Harmonies of #C13768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13768

Black with #C13768

Text Example


Text Example

White with #C13768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13768; }

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

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

background-color css

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

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

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

border-color css

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

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

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