Html Css Color HEX #C1466F Royal Heath

📋 copy color: '#C1466F'

red 193 ◦ green 70 ◦ blue 111

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

Shades of Royal Heath #C1466F

Tints of Royal Heath #C1466F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.72%

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

R = 51.6%
G = 18.72%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C1466F (or 0xC1466F) is known color: Royal Heath. HEX triplet: C1, 46 and 6F. RGB value is (193,70,111). Sum of RGB (Red+Green+Blue) = 193+70+111=374 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.60% from 374); Green value is 70 (27.73% from 255 or 18.72% from 374); Blue value is 111 (43.75% from 255 or 29.68% from 374); Max value from RGB is 193 - color contains mainly: red. Hex color #C1466F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1466F is #3EB990. Grayscale: #6F6F6F. Windows color (decimal): -4110737 or 7292609. OLE color: 7292609.

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

Color convert

RGB 193 70 111 -
CMYK 0 0.64 0.42 0.24
HSL 340º 0.5% 0.52% -
HSV(B) 340º 0.64% 0.76% -
XYZ 27.05 16.87 16.87 -
YUV 111.45 127.75 186.17 -
System Red Green Blue C M Y K H S L
Decimal 193 70 111 0 0.64 0.42 0.24 340 0.5 0.52
Hex C1 46 6F 0 40 2A 18 154 32 34
Octal 301 106 157 0 100 52 30 524 62 64
Binary 11000001 1000110 1101111 0 1000000 101010 11000 101010100 110010 110100

Color Harmonies of #C1466F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1466F

Black with #C1466F

Text Example


Text Example

White with #C1466F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1466F; }

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

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

background-color css

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

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

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

border-color css

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

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

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