Html Css Color HEX #C1356D Royal Heath

📋 copy color: '#C1356D'

red 193 ◦ green 53 ◦ blue 109

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

Shades of Royal Heath #C1356D

Tints of Royal Heath #C1356D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.93%

 BLUE value IS 109 (42.97% from 255) = 30.7%

R = 54.37%
G = 14.93%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C1356D (or 0xC1356D) is known color: Royal Heath. HEX triplet: C1, 35 and 6D. RGB value is (193,53,109). Sum of RGB (Red+Green+Blue) = 193+53+109=355 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.37% from 355); Green value is 53 (21.09% from 255 or 14.93% from 355); Blue value is 109 (42.97% from 255 or 30.70% from 355); Max value from RGB is 193 - color contains mainly: red. Hex color #C1356D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1356D is #3ECA92. Grayscale: #656565. Windows color (decimal): -4115091 or 7157185. OLE color: 7157185.

HSL color Cylindrical-coordinate representation of color #C1356D: hue angle of 336º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C1356D is Cyan = 0, Magento = 0.73, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 53 109 -
CMYK 0 0.73 0.44 0.24
HSL 336º 0.57% 0.48% -
HSV(B) 336º 0.73% 0.76% -
XYZ 26.03 14.99 15.99 -
YUV 101.24 132.38 193.45 -
System Red Green Blue C M Y K H S L
Decimal 193 53 109 0 0.73 0.44 0.24 336 0.57 0.48
Hex C1 35 6D 0 49 2C 18 150 39 30
Octal 301 65 155 0 111 54 30 520 71 60
Binary 11000001 110101 1101101 0 1001001 101100 11000 101010000 111001 110000

Color Harmonies of #C1356D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1356D

Black with #C1356D

Text Example


Text Example

White with #C1356D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1356D; }

 p { color: rgb(193,53,109); }

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

background-color css

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

 a { background-color: rgb(193,53,109); }

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

border-color css

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

 span { border-color: rgb(193,53,109); }

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