Html Css Color HEX #C2346D Royal Heath

📋 copy color: '#C2346D'

red 194 ◦ green 52 ◦ blue 109

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

Shades of Royal Heath #C2346D

Tints of Royal Heath #C2346D

RGB

 RED value IS 194 (76.17% from 255) = 54.65%

 GREEN value IS 52 (20.7% from 255) = 14.65%

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

R = 54.65%
G = 14.65%
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

#C2346D (or 0xC2346D) is known color: Royal Heath. HEX triplet: C2, 34 and 6D. RGB value is (194,52,109). Sum of RGB (Red+Green+Blue) = 194+52+109=355 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.65% from 355); Green value is 52 (20.70% from 255 or 14.65% from 355); Blue value is 109 (42.97% from 255 or 30.70% from 355); Max value from RGB is 194 - color contains mainly: red. Hex color #C2346D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2346D is #3DCB92. Grayscale: #646464. Windows color (decimal): -4049811 or 7156930. OLE color: 7156930.

HSL color Cylindrical-coordinate representation of color #C2346D: hue angle of 335.92º degrees, saturation: 0.58, 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 #C2346D is Cyan = 0, Magento = 0.73, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 52 109 -
CMYK 0 0.73 0.44 0.24
HSL 335.92º 0.58% 0.48% -
HSV(B) 335.92º 0.73% 0.76% -
XYZ 26.24 15.03 15.99 -
YUV 100.96 132.54 194.37 -
System Red Green Blue C M Y K H S L
Decimal 194 52 109 0 0.73 0.44 0.24 335.92 0.58 0.48
Hex C2 34 6D 0 49 2C 18 150 3A 30
Octal 302 64 155 0 111 54 30 520 72 60
Binary 11000010 110100 1101101 0 1001001 101100 11000 101010000 111010 110000

Color Harmonies of #C2346D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2346D

Black with #C2346D

Text Example


Text Example

White with #C2346D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2346D; }

 p { color: rgb(194,52,109); }

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

background-color css

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

 a { background-color: rgb(194,52,109); }

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

border-color css

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

 span { border-color: rgb(194,52,109); }

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