Html Css Color HEX #C4346E Royal Heath

📋 copy color: '#C4346E'

red 196 ◦ green 52 ◦ blue 110

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

Shades of Royal Heath #C4346E

Tints of Royal Heath #C4346E

RGB

 RED value IS 196 (76.95% from 255) = 54.75%

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

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

R = 54.75%
G = 14.53%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C4346E (or 0xC4346E) is known color: Royal Heath. HEX triplet: C4, 34 and 6E. RGB value is (196,52,110). Sum of RGB (Red+Green+Blue) = 196+52+110=358 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.75% from 358); Green value is 52 (20.70% from 255 or 14.53% from 358); Blue value is 110 (43.36% from 255 or 30.73% from 358); Max value from RGB is 196 - color contains mainly: red. Hex color #C4346E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4346E is #3BCB91. Grayscale: #656565. Windows color (decimal): -3918738 or 7222468. OLE color: 7222468.

HSL color Cylindrical-coordinate representation of color #C4346E: hue angle of 335.83º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C4346E is Cyan = 0, Magento = 0.73, Yellow = 0.44 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 52 110 -
CMYK 0 0.73 0.44 0.23
HSL 335.83º 0.58% 0.49% -
HSV(B) 335.83º 0.73% 0.77% -
XYZ 26.81 15.32 16.3 -
YUV 101.67 132.71 195.28 -
System Red Green Blue C M Y K H S L
Decimal 196 52 110 0 0.73 0.44 0.23 335.83 0.58 0.49
Hex C4 34 6E 0 49 2C 17 150 3A 31
Octal 304 64 156 0 111 54 27 520 72 61
Binary 11000100 110100 1101110 0 1001001 101100 10111 101010000 111010 110001

Color Harmonies of #C4346E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4346E

Black with #C4346E

Text Example


Text Example

White with #C4346E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4346E; }

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

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

background-color css

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

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

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

border-color css

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

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

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