Html Css Color HEX #C14275 Royal Heath

📋 copy color: '#C14275'

red 193 ◦ green 66 ◦ blue 117

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

Shades of Royal Heath #C14275

Tints of Royal Heath #C14275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 31.12%

R = 51.33%
G = 17.55%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C14275 (or 0xC14275) is known color: Royal Heath. HEX triplet: C1, 42 and 75. RGB value is (193,66,117). Sum of RGB (Red+Green+Blue) = 193+66+117=376 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.33% from 376); Green value is 66 (26.17% from 255 or 17.55% from 376); Blue value is 117 (46.09% from 255 or 31.12% from 376); Max value from RGB is 193 - color contains mainly: red. Hex color #C14275 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14275 is #3EBD8A. Grayscale: #6D6D6D. Windows color (decimal): -4111755 or 7684801. OLE color: 7684801.

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

Color convert

RGB 193 66 117 -
CMYK 0 0.66 0.39 0.24
HSL 335.91º 0.51% 0.51% -
HSV(B) 335.91º 0.66% 0.76% -
XYZ 27.15 16.52 18.59 -
YUV 109.79 132.08 187.35 -
System Red Green Blue C M Y K H S L
Decimal 193 66 117 0 0.66 0.39 0.24 335.91 0.51 0.51
Hex C1 42 75 0 42 27 18 150 33 33
Octal 301 102 165 0 102 47 30 520 63 63
Binary 11000001 1000010 1110101 0 1000010 100111 11000 101010000 110011 110011

Color Harmonies of #C14275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14275

Black with #C14275

Text Example


Text Example

White with #C14275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14275; }

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

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

background-color css

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

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

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

border-color css

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

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

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