Html Css Color HEX #C0346E Royal Heath

📋 copy color: '#C0346E'

red 192 ◦ green 52 ◦ blue 110

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

Shades of Royal Heath #C0346E

Tints of Royal Heath #C0346E

RGB

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

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

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

R = 54.24%
G = 14.69%
B = 31.07%

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

#C0346E (or 0xC0346E) is known color: Royal Heath. HEX triplet: C0, 34 and 6E. RGB value is (192,52,110). Sum of RGB (Red+Green+Blue) = 192+52+110=354 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.24% from 354); Green value is 52 (20.70% from 255 or 14.69% from 354); Blue value is 110 (43.36% from 255 or 31.07% from 354); Max value from RGB is 192 - color contains mainly: red. Hex color #C0346E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0346E is #3FCB91. Grayscale: #646464. Windows color (decimal): -4180882 or 7222464. OLE color: 7222464.

HSL color Cylindrical-coordinate representation of color #C0346E: hue angle of 335.14º 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 #C0346E is Cyan = 0, Magento = 0.73, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 52 110 -
CMYK 0 0.73 0.43 0.25
HSL 335.14º 0.57% 0.48% -
HSV(B) 335.14º 0.73% 0.75% -
XYZ 25.78 14.79 16.25 -
YUV 100.47 133.38 193.28 -
System Red Green Blue C M Y K H S L
Decimal 192 52 110 0 0.73 0.43 0.25 335.14 0.57 0.48
Hex C0 34 6E 0 49 2B 19 14F 39 30
Octal 300 64 156 0 111 53 31 517 71 60
Binary 11000000 110100 1101110 0 1001001 101011 11001 101001111 111001 110000

Color Harmonies of #C0346E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0346E

Black with #C0346E

Text Example


Text Example

White with #C0346E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0346E; }

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

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

background-color css

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

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

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

border-color css

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

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

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