Html Css Color HEX #C4366D Royal Heath

📋 copy color: '#C4366D'

red 196 ◦ green 54 ◦ blue 109

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

Shades of Royal Heath #C4366D

Tints of Royal Heath #C4366D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.04%

 BLUE value IS 109 (42.97% from 255) = 30.36%

R = 54.6%
G = 15.04%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C4366D (or 0xC4366D) is known color: Royal Heath. HEX triplet: C4, 36 and 6D. RGB value is (196,54,109). Sum of RGB (Red+Green+Blue) = 196+54+109=359 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.60% from 359); Green value is 54 (21.48% from 255 or 15.04% from 359); Blue value is 109 (42.97% from 255 or 30.36% from 359); Max value from RGB is 196 - color contains mainly: red. Hex color #C4366D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4366D is #3BC992. Grayscale: #666666. Windows color (decimal): -3918227 or 7157444. OLE color: 7157444.

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

Color convert

RGB 196 54 109 -
CMYK 0 0.72 0.44 0.23
HSL 336.76º 0.57% 0.49% -
HSV(B) 336.76º 0.72% 0.77% -
XYZ 26.84 15.48 16.04 -
YUV 102.73 131.54 194.53 -
System Red Green Blue C M Y K H S L
Decimal 196 54 109 0 0.72 0.44 0.23 336.76 0.57 0.49
Hex C4 36 6D 0 48 2C 17 151 39 31
Octal 304 66 155 0 110 54 27 521 71 61
Binary 11000100 110110 1101101 0 1001000 101100 10111 101010001 111001 110001

Color Harmonies of #C4366D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4366D

Black with #C4366D

Text Example


Text Example

White with #C4366D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4366D; }

 p { color: rgb(196,54,109); }

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

background-color css

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

 a { background-color: rgb(196,54,109); }

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

border-color css

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

 span { border-color: rgb(196,54,109); }

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