Html Css Color HEX #C4346F Royal Heath

📋 copy color: '#C4346F'

red 196 ◦ green 52 ◦ blue 111

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

Shades of Royal Heath #C4346F

Tints of Royal Heath #C4346F

RGB

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

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

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

R = 54.6%
G = 14.48%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C4346F (or 0xC4346F) is known color: Royal Heath. HEX triplet: C4, 34 and 6F. RGB value is (196,52,111). Sum of RGB (Red+Green+Blue) = 196+52+111=359 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.60% from 359); Green value is 52 (20.70% from 255 or 14.48% from 359); Blue value is 111 (43.75% from 255 or 30.92% from 359); Max value from RGB is 196 - color contains mainly: red. Hex color #C4346F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4346F is #3BCB90. Grayscale: #656565. Windows color (decimal): -3918737 or 7288004. OLE color: 7288004.

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

Color convert

RGB 196 52 111 -
CMYK 0 0.73 0.43 0.23
HSL 335.42º 0.58% 0.49% -
HSV(B) 335.42º 0.73% 0.77% -
XYZ 26.86 15.34 16.58 -
YUV 101.78 133.21 195.2 -
System Red Green Blue C M Y K H S L
Decimal 196 52 111 0 0.73 0.43 0.23 335.42 0.58 0.49
Hex C4 34 6F 0 49 2B 17 14F 3A 31
Octal 304 64 157 0 111 53 27 517 72 61
Binary 11000100 110100 1101111 0 1001001 101011 10111 101001111 111010 110001

Color Harmonies of #C4346F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4346F

Black with #C4346F

Text Example


Text Example

White with #C4346F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4346F; }

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

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

background-color css

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

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

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

border-color css

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

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

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