Html Css Color HEX #C0346D Royal Heath

📋 copy color: '#C0346D'

red 192 ◦ green 52 ◦ blue 109

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

Shades of Royal Heath #C0346D

Tints of Royal Heath #C0346D

RGB

 RED value IS 192 (75.39% from 255) = 54.39%

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

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

R = 54.39%
G = 14.73%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#C0346D (or 0xC0346D) is known color: Royal Heath. HEX triplet: C0, 34 and 6D. RGB value is (192,52,109). Sum of RGB (Red+Green+Blue) = 192+52+109=353 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.39% from 353); Green value is 52 (20.70% from 255 or 14.73% from 353); Blue value is 109 (42.97% from 255 or 30.88% from 353); Max value from RGB is 192 - color contains mainly: red. Hex color #C0346D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0346D is #3FCB92. Grayscale: #646464. Windows color (decimal): -4180883 or 7156928. OLE color: 7156928.

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

Color convert

RGB 192 52 109 -
CMYK 0 0.73 0.43 0.25
HSL 335.57º 0.57% 0.48% -
HSV(B) 335.57º 0.73% 0.75% -
XYZ 25.73 14.77 15.96 -
YUV 100.36 132.88 193.37 -
System Red Green Blue C M Y K H S L
Decimal 192 52 109 0 0.73 0.43 0.25 335.57 0.57 0.48
Hex C0 34 6D 0 49 2B 19 150 39 30
Octal 300 64 155 0 111 53 31 520 71 60
Binary 11000000 110100 1101101 0 1001001 101011 11001 101010000 111001 110000

Color Harmonies of #C0346D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0346D

Black with #C0346D

Text Example


Text Example

White with #C0346D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0346D; }

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

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

background-color css

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

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

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

border-color css

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

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

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