Html Css Color HEX #C1446F Royal Heath

📋 copy color: '#C1446F'

red 193 ◦ green 68 ◦ blue 111

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

Shades of Royal Heath #C1446F

Tints of Royal Heath #C1446F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 29.84%

R = 51.88%
G = 18.28%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C1446F (or 0xC1446F) is known color: Royal Heath. HEX triplet: C1, 44 and 6F. RGB value is (193,68,111). Sum of RGB (Red+Green+Blue) = 193+68+111=372 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.88% from 372); Green value is 68 (26.95% from 255 or 18.28% from 372); Blue value is 111 (43.75% from 255 or 29.84% from 372); Max value from RGB is 193 - color contains mainly: red. Hex color #C1446F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1446F is #3EBB90. Grayscale: #6E6E6E. Windows color (decimal): -4111249 or 7292097. OLE color: 7292097.

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

Color convert

RGB 193 68 111 -
CMYK 0 0.65 0.42 0.24
HSL 339.36º 0.5% 0.51% -
HSV(B) 339.36º 0.65% 0.76% -
XYZ 26.93 16.62 16.83 -
YUV 110.28 128.41 187 -
System Red Green Blue C M Y K H S L
Decimal 193 68 111 0 0.65 0.42 0.24 339.36 0.5 0.51
Hex C1 44 6F 0 41 2A 18 153 32 33
Octal 301 104 157 0 101 52 30 523 62 63
Binary 11000001 1000100 1101111 0 1000001 101010 11000 101010011 110010 110011

Color Harmonies of #C1446F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1446F

Black with #C1446F

Text Example


Text Example

White with #C1446F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1446F; }

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

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

background-color css

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

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

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

border-color css

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

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

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