Html Css Color HEX #C1446E Royal Heath

📋 copy color: '#C1446E'

red 193 ◦ green 68 ◦ blue 110

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

Shades of Royal Heath #C1446E

Tints of Royal Heath #C1446E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.33%

 BLUE value IS 110 (43.36% from 255) = 29.65%

R = 52.02%
G = 18.33%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C1446E (or 0xC1446E) is known color: Royal Heath. HEX triplet: C1, 44 and 6E. RGB value is (193,68,110). Sum of RGB (Red+Green+Blue) = 193+68+110=371 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.02% from 371); Green value is 68 (26.95% from 255 or 18.33% from 371); Blue value is 110 (43.36% from 255 or 29.65% from 371); Max value from RGB is 193 - color contains mainly: red. Hex color #C1446E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1446E is #3EBB91. Grayscale: #6E6E6E. Windows color (decimal): -4111250 or 7226561. OLE color: 7226561.

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

Color convert

RGB 193 68 110 -
CMYK 0 0.65 0.43 0.24
HSL 339.84º 0.5% 0.51% -
HSV(B) 339.84º 0.65% 0.76% -
XYZ 26.87 16.6 16.54 -
YUV 110.16 127.91 187.08 -
System Red Green Blue C M Y K H S L
Decimal 193 68 110 0 0.65 0.43 0.24 339.84 0.5 0.51
Hex C1 44 6E 0 41 2B 18 154 32 33
Octal 301 104 156 0 101 53 30 524 62 63
Binary 11000001 1000100 1101110 0 1000001 101011 11000 101010100 110010 110011

Color Harmonies of #C1446E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1446E

Black with #C1446E

Text Example


Text Example

White with #C1446E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1446E; }

 p { color: rgb(193,68,110); }

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

background-color css

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

 a { background-color: rgb(193,68,110); }

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

border-color css

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

 span { border-color: rgb(193,68,110); }

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