Html Css Color HEX #C1456A Royal Heath

📋 copy color: '#C1456A'

red 193 ◦ green 69 ◦ blue 106

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

Shades of Royal Heath #C1456A

Tints of Royal Heath #C1456A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.75%

 BLUE value IS 106 (41.8% from 255) = 28.8%

R = 52.45%
G = 18.75%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C1456A (or 0xC1456A) is known color: Royal Heath. HEX triplet: C1, 45 and 6A. RGB value is (193,69,106). Sum of RGB (Red+Green+Blue) = 193+69+106=368 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.45% from 368); Green value is 69 (27.34% from 255 or 18.75% from 368); Blue value is 106 (41.80% from 255 or 28.80% from 368); Max value from RGB is 193 - color contains mainly: red. Hex color #C1456A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1456A is #3EBA95. Grayscale: #6E6E6E. Windows color (decimal): -4110998 or 6964673. OLE color: 6964673.

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

Color convert

RGB 193 69 106 -
CMYK 0 0.64 0.45 0.24
HSL 342.1º 0.5% 0.51% -
HSV(B) 342.1º 0.64% 0.76% -
XYZ 26.72 16.63 15.44 -
YUV 110.29 125.58 186.99 -
System Red Green Blue C M Y K H S L
Decimal 193 69 106 0 0.64 0.45 0.24 342.1 0.5 0.51
Hex C1 45 6A 0 40 2D 18 156 32 33
Octal 301 105 152 0 100 55 30 526 62 63
Binary 11000001 1000101 1101010 0 1000000 101101 11000 101010110 110010 110011

Color Harmonies of #C1456A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1456A

Black with #C1456A

Text Example


Text Example

White with #C1456A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1456A; }

 p { color: rgb(193,69,106); }

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

background-color css

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

 a { background-color: rgb(193,69,106); }

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

border-color css

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

 span { border-color: rgb(193,69,106); }

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