Html Css Color HEX #C2346B Royal Heath

📋 copy color: '#C2346B'

red 194 ◦ green 52 ◦ blue 107

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

Shades of Royal Heath #C2346B

Tints of Royal Heath #C2346B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.31%

R = 54.96%
G = 14.73%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C2346B (or 0xC2346B) is known color: Royal Heath. HEX triplet: C2, 34 and 6B. RGB value is (194,52,107). Sum of RGB (Red+Green+Blue) = 194+52+107=353 (46% of max value = 765). Red value is 194 (76.17% from 255 or 54.96% from 353); Green value is 52 (20.70% from 255 or 14.73% from 353); Blue value is 107 (42.19% from 255 or 30.31% from 353); Max value from RGB is 194 - color contains mainly: red. Hex color #C2346B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2346B is #3DCB94. Grayscale: #646464. Windows color (decimal): -4049813 or 7025858. OLE color: 7025858.

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

Color convert

RGB 194 52 107 -
CMYK 0 0.73 0.45 0.24
HSL 336.76º 0.58% 0.48% -
HSV(B) 336.76º 0.73% 0.76% -
XYZ 26.13 14.99 15.43 -
YUV 100.73 131.54 194.53 -
System Red Green Blue C M Y K H S L
Decimal 194 52 107 0 0.73 0.45 0.24 336.76 0.58 0.48
Hex C2 34 6B 0 49 2D 18 151 3A 30
Octal 302 64 153 0 111 55 30 521 72 60
Binary 11000010 110100 1101011 0 1001001 101101 11000 101010001 111010 110000

Color Harmonies of #C2346B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2346B

Black with #C2346B

Text Example


Text Example

White with #C2346B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2346B; }

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

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

background-color css

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

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

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

border-color css

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

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

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