Html Css Color HEX #C14C7C Royal Heath

📋 copy color: '#C14C7C'

red 193 ◦ green 76 ◦ blue 124

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

Shades of Royal Heath #C14C7C

Tints of Royal Heath #C14C7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 31.55%

R = 49.11%
G = 19.34%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C14C7C (or 0xC14C7C) is known color: Royal Heath. HEX triplet: C1, 4C and 7C. RGB value is (193,76,124). Sum of RGB (Red+Green+Blue) = 193+76+124=393 (52% of max value = 765). Red value is 193 (75.78% from 255 or 49.11% from 393); Green value is 76 (30.08% from 255 or 19.34% from 393); Blue value is 124 (48.83% from 255 or 31.55% from 393); Max value from RGB is 193 - color contains mainly: red. Hex color #C14C7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14C7C is #3EB383. Grayscale: #747474. Windows color (decimal): -4109188 or 8146113. OLE color: 8146113.

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

Color convert

RGB 193 76 124 -
CMYK 0 0.61 0.36 0.24
HSL 335.38º 0.49% 0.53% -
HSV(B) 335.38º 0.61% 0.76% -
XYZ 28.21 17.96 21.05 -
YUV 116.46 132.26 182.6 -
System Red Green Blue C M Y K H S L
Decimal 193 76 124 0 0.61 0.36 0.24 335.38 0.49 0.53
Hex C1 4C 7C 0 3D 24 18 14F 31 35
Octal 301 114 174 0 75 44 30 517 61 65
Binary 11000001 1001100 1111100 0 111101 100100 11000 101001111 110001 110101

Color Harmonies of #C14C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14C7C

Black with #C14C7C

Text Example


Text Example

White with #C14C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14C7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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