Html Css Color HEX #C1426B Royal Heath

📋 copy color: '#C1426B'

red 193 ◦ green 66 ◦ blue 107

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

Shades of Royal Heath #C1426B

Tints of Royal Heath #C1426B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.03%

 BLUE value IS 107 (42.19% from 255) = 29.23%

R = 52.73%
G = 18.03%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C1426B (or 0xC1426B) is known color: Royal Heath. HEX triplet: C1, 42 and 6B. RGB value is (193,66,107). Sum of RGB (Red+Green+Blue) = 193+66+107=366 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.73% from 366); Green value is 66 (26.17% from 255 or 18.03% from 366); Blue value is 107 (42.19% from 255 or 29.23% from 366); Max value from RGB is 193 - color contains mainly: red. Hex color #C1426B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1426B is #3EBD94. Grayscale: #6C6C6C. Windows color (decimal): -4111765 or 7029441. OLE color: 7029441.

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

Color convert

RGB 193 66 107 -
CMYK 0 0.66 0.45 0.24
HSL 340.63º 0.51% 0.51% -
HSV(B) 340.63º 0.66% 0.76% -
XYZ 26.59 16.3 15.65 -
YUV 108.65 127.08 188.17 -
System Red Green Blue C M Y K H S L
Decimal 193 66 107 0 0.66 0.45 0.24 340.63 0.51 0.51
Hex C1 42 6B 0 42 2D 18 155 33 33
Octal 301 102 153 0 102 55 30 525 63 63
Binary 11000001 1000010 1101011 0 1000010 101101 11000 101010101 110011 110011

Color Harmonies of #C1426B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1426B

Black with #C1426B

Text Example


Text Example

White with #C1426B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1426B; }

 p { color: rgb(193,66,107); }

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

background-color css

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

 a { background-color: rgb(193,66,107); }

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

border-color css

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

 span { border-color: rgb(193,66,107); }

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