Html Css Color HEX #C14070 Royal Heath

📋 copy color: '#C14070'

red 193 ◦ green 64 ◦ blue 112

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

Shades of Royal Heath #C14070

Tints of Royal Heath #C14070

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.34%

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

R = 52.3%
G = 17.34%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C14070 (or 0xC14070) is known color: Royal Heath. HEX triplet: C1, 40 and 70. RGB value is (193,64,112). Sum of RGB (Red+Green+Blue) = 193+64+112=369 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.30% from 369); Green value is 64 (25.39% from 255 or 17.34% from 369); Blue value is 112 (44.14% from 255 or 30.35% from 369); Max value from RGB is 193 - color contains mainly: red. Hex color #C14070 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14070 is #3EBF8F. Grayscale: #6B6B6B. Windows color (decimal): -4112272 or 7356609. OLE color: 7356609.

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

Color convert

RGB 193 64 112 -
CMYK 0 0.67 0.42 0.24
HSL 337.67º 0.51% 0.5% -
HSV(B) 337.67º 0.67% 0.76% -
XYZ 26.75 16.17 17.04 -
YUV 108.04 130.24 188.6 -
System Red Green Blue C M Y K H S L
Decimal 193 64 112 0 0.67 0.42 0.24 337.67 0.51 0.5
Hex C1 40 70 0 43 2A 18 152 33 32
Octal 301 100 160 0 103 52 30 522 63 62
Binary 11000001 1000000 1110000 0 1000011 101010 11000 101010010 110011 110010

Color Harmonies of #C14070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14070

Black with #C14070

Text Example


Text Example

White with #C14070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14070; }

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

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

background-color css

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

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

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

border-color css

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

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

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