Html Css Color HEX #C14272 Royal Heath

📋 copy color: '#C14272'

red 193 ◦ green 66 ◦ blue 114

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

Shades of Royal Heath #C14272

Tints of Royal Heath #C14272

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.69%

 BLUE value IS 114 (44.92% from 255) = 30.56%

R = 51.74%
G = 17.69%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C14272 (or 0xC14272) is known color: Royal Heath. HEX triplet: C1, 42 and 72. RGB value is (193,66,114). Sum of RGB (Red+Green+Blue) = 193+66+114=373 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.74% from 373); Green value is 66 (26.17% from 255 or 17.69% from 373); Blue value is 114 (44.92% from 255 or 30.56% from 373); Max value from RGB is 193 - color contains mainly: red. Hex color #C14272 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14272 is #3EBD8D. Grayscale: #6D6D6D. Windows color (decimal): -4111758 or 7488193. OLE color: 7488193.

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

Color convert

RGB 193 66 114 -
CMYK 0 0.66 0.41 0.24
HSL 337.32º 0.51% 0.51% -
HSV(B) 337.32º 0.66% 0.76% -
XYZ 26.98 16.45 17.67 -
YUV 109.45 130.58 187.6 -
System Red Green Blue C M Y K H S L
Decimal 193 66 114 0 0.66 0.41 0.24 337.32 0.51 0.51
Hex C1 42 72 0 42 29 18 151 33 33
Octal 301 102 162 0 102 51 30 521 63 63
Binary 11000001 1000010 1110010 0 1000010 101001 11000 101010001 110011 110011

Color Harmonies of #C14272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14272

Black with #C14272

Text Example


Text Example

White with #C14272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14272; }

 p { color: rgb(193,66,114); }

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

background-color css

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

 a { background-color: rgb(193,66,114); }

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

border-color css

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

 span { border-color: rgb(193,66,114); }

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