Html Css Color HEX #C14C75 Royal Heath

📋 copy color: '#C14C75'

red 193 ◦ green 76 ◦ blue 117

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

Shades of Royal Heath #C14C75

Tints of Royal Heath #C14C75

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.69%

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

R = 50%
G = 19.69%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C14C75 (or 0xC14C75) is known color: Royal Heath. HEX triplet: C1, 4C and 75. RGB value is (193,76,117). Sum of RGB (Red+Green+Blue) = 193+76+117=386 (51% of max value = 765). Red value is 193 (75.78% from 255 or 50% from 386); Green value is 76 (30.08% from 255 or 19.69% from 386); Blue value is 117 (46.09% from 255 or 30.31% from 386); Max value from RGB is 193 - color contains mainly: red. Hex color #C14C75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14C75 is #3EB38A. Grayscale: #737373. Windows color (decimal): -4109195 or 7687361. OLE color: 7687361.

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

Color convert

RGB 193 76 117 -
CMYK 0 0.61 0.39 0.24
HSL 338.97º 0.49% 0.53% -
HSV(B) 338.97º 0.61% 0.76% -
XYZ 27.79 17.79 18.8 -
YUV 115.66 128.76 183.17 -
System Red Green Blue C M Y K H S L
Decimal 193 76 117 0 0.61 0.39 0.24 338.97 0.49 0.53
Hex C1 4C 75 0 3D 27 18 153 31 35
Octal 301 114 165 0 75 47 30 523 61 65
Binary 11000001 1001100 1110101 0 111101 100111 11000 101010011 110001 110101

Color Harmonies of #C14C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14C75

Black with #C14C75

Text Example


Text Example

White with #C14C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14C75; }

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

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

background-color css

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

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

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

border-color css

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

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

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