Html Css Color HEX #C1406E Royal Heath

📋 copy color: '#C1406E'

red 193 ◦ green 64 ◦ blue 110

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

Shades of Royal Heath #C1406E

Tints of Royal Heath #C1406E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.44%

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

R = 52.59%
G = 17.44%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C1406E (or 0xC1406E) is known color: Royal Heath. HEX triplet: C1, 40 and 6E. RGB value is (193,64,110). Sum of RGB (Red+Green+Blue) = 193+64+110=367 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.59% from 367); Green value is 64 (25.39% from 255 or 17.44% from 367); Blue value is 110 (43.36% from 255 or 29.97% from 367); Max value from RGB is 193 - color contains mainly: red. Hex color #C1406E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1406E is #3EBF91. Grayscale: #6B6B6B. Windows color (decimal): -4112274 or 7225537. OLE color: 7225537.

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

Color convert

RGB 193 64 110 -
CMYK 0 0.67 0.43 0.24
HSL 338.6º 0.51% 0.5% -
HSV(B) 338.6º 0.67% 0.76% -
XYZ 26.64 16.13 16.46 -
YUV 107.82 129.24 188.76 -
System Red Green Blue C M Y K H S L
Decimal 193 64 110 0 0.67 0.43 0.24 338.6 0.51 0.5
Hex C1 40 6E 0 43 2B 18 153 33 32
Octal 301 100 156 0 103 53 30 523 63 62
Binary 11000001 1000000 1101110 0 1000011 101011 11000 101010011 110011 110010

Color Harmonies of #C1406E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1406E

Black with #C1406E

Text Example


Text Example

White with #C1406E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1406E; }

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

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

background-color css

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

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

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

border-color css

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

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

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