Html Css Color HEX #C13470 Royal Heath

📋 copy color: '#C13470'

red 193 ◦ green 52 ◦ blue 112

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

Shades of Royal Heath #C13470

Tints of Royal Heath #C13470

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.57%

 BLUE value IS 112 (44.14% from 255) = 31.37%

R = 54.06%
G = 14.57%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C13470 (or 0xC13470) is known color: Royal Heath. HEX triplet: C1, 34 and 70. RGB value is (193,52,112). Sum of RGB (Red+Green+Blue) = 193+52+112=357 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.06% from 357); Green value is 52 (20.70% from 255 or 14.57% from 357); Blue value is 112 (44.14% from 255 or 31.37% from 357); Max value from RGB is 193 - color contains mainly: red. Hex color #C13470 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13470 is #3ECB8F. Grayscale: #646464. Windows color (decimal): -4115344 or 7353537. OLE color: 7353537.

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

Color convert

RGB 193 52 112 -
CMYK 0 0.73 0.42 0.24
HSL 334.47º 0.58% 0.48% -
HSV(B) 334.47º 0.73% 0.76% -
XYZ 26.14 14.96 16.84 -
YUV 101 134.21 193.62 -
System Red Green Blue C M Y K H S L
Decimal 193 52 112 0 0.73 0.42 0.24 334.47 0.58 0.48
Hex C1 34 70 0 49 2A 18 14E 3A 30
Octal 301 64 160 0 111 52 30 516 72 60
Binary 11000001 110100 1110000 0 1001001 101010 11000 101001110 111010 110000

Color Harmonies of #C13470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13470

Black with #C13470

Text Example


Text Example

White with #C13470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13470; }

 p { color: rgb(193,52,112); }

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

background-color css

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

 a { background-color: rgb(193,52,112); }

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

border-color css

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

 span { border-color: rgb(193,52,112); }

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