Html Css Color HEX #C14F75 Royal Heath

📋 copy color: '#C14F75'

red 193 ◦ green 79 ◦ blue 117

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

Shades of Royal Heath #C14F75

Tints of Royal Heath #C14F75

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.31%

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

R = 49.61%
G = 20.31%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C14F75 (or 0xC14F75) is known color: Royal Heath. HEX triplet: C1, 4F and 75. RGB value is (193,79,117). Sum of RGB (Red+Green+Blue) = 193+79+117=389 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.61% from 389); Green value is 79 (31.25% from 255 or 20.31% from 389); Blue value is 117 (46.09% from 255 or 30.08% from 389); Max value from RGB is 193 - color contains mainly: red. Hex color #C14F75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C14F75 is #3EB08A. Grayscale: #757575. Windows color (decimal): -4108427 or 7688129. OLE color: 7688129.

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

Color convert

RGB 193 79 117 -
CMYK 0 0.59 0.39 0.24
HSL 340º 0.48% 0.53% -
HSV(B) 340º 0.59% 0.76% -
XYZ 28 18.21 18.87 -
YUV 117.42 127.77 181.91 -
System Red Green Blue C M Y K H S L
Decimal 193 79 117 0 0.59 0.39 0.24 340 0.48 0.53
Hex C1 4F 75 0 3B 27 18 154 30 35
Octal 301 117 165 0 73 47 30 524 60 65
Binary 11000001 1001111 1110101 0 111011 100111 11000 101010100 110000 110101

Color Harmonies of #C14F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14F75

Black with #C14F75

Text Example


Text Example

White with #C14F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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