Html Css Color HEX #C0346F Royal Heath

📋 copy color: '#C0346F'

red 192 ◦ green 52 ◦ blue 111

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

Shades of Royal Heath #C0346F

Tints of Royal Heath #C0346F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.27%

R = 54.08%
G = 14.65%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#C0346F (or 0xC0346F) is known color: Royal Heath. HEX triplet: C0, 34 and 6F. RGB value is (192,52,111). Sum of RGB (Red+Green+Blue) = 192+52+111=355 (47% of max value = 765). Red value is 192 (75.39% from 255 or 54.08% from 355); Green value is 52 (20.70% from 255 or 14.65% from 355); Blue value is 111 (43.75% from 255 or 31.27% from 355); Max value from RGB is 192 - color contains mainly: red. Hex color #C0346F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0346F is #3FCB90. Grayscale: #646464. Windows color (decimal): -4180881 or 7288000. OLE color: 7288000.

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

Color convert

RGB 192 52 111 -
CMYK 0 0.73 0.42 0.25
HSL 334.71º 0.57% 0.48% -
HSV(B) 334.71º 0.73% 0.75% -
XYZ 25.84 14.81 16.54 -
YUV 100.59 133.88 193.2 -
System Red Green Blue C M Y K H S L
Decimal 192 52 111 0 0.73 0.42 0.25 334.71 0.57 0.48
Hex C0 34 6F 0 49 2A 19 14F 39 30
Octal 300 64 157 0 111 52 31 517 71 60
Binary 11000000 110100 1101111 0 1001001 101010 11001 101001111 111001 110000

Color Harmonies of #C0346F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0346F

Black with #C0346F

Text Example


Text Example

White with #C0346F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0346F; }

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

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

background-color css

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

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

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

border-color css

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

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

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