Html Css Color HEX #C4416D Royal Heath

📋 copy color: '#C4416D'

red 196 ◦ green 65 ◦ blue 109

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

Shades of Royal Heath #C4416D

Tints of Royal Heath #C4416D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.57%

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

R = 52.97%
G = 17.57%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C4416D (or 0xC4416D) is known color: Royal Heath. HEX triplet: C4, 41 and 6D. RGB value is (196,65,109). Sum of RGB (Red+Green+Blue) = 196+65+109=370 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.97% from 370); Green value is 65 (25.78% from 255 or 17.57% from 370); Blue value is 109 (42.97% from 255 or 29.46% from 370); Max value from RGB is 196 - color contains mainly: red. Hex color #C4416D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4416D is #3BBE92. Grayscale: #6D6D6D. Windows color (decimal): -3915411 or 7160260. OLE color: 7160260.

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

Color convert

RGB 196 65 109 -
CMYK 0 0.67 0.44 0.23
HSL 339.85º 0.53% 0.51% -
HSV(B) 339.85º 0.67% 0.77% -
XYZ 27.42 16.62 16.23 -
YUV 109.19 127.9 189.92 -
System Red Green Blue C M Y K H S L
Decimal 196 65 109 0 0.67 0.44 0.23 339.85 0.53 0.51
Hex C4 41 6D 0 43 2C 17 154 35 33
Octal 304 101 155 0 103 54 27 524 65 63
Binary 11000100 1000001 1101101 0 1000011 101100 10111 101010100 110101 110011

Color Harmonies of #C4416D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4416D

Black with #C4416D

Text Example


Text Example

White with #C4416D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4416D; }

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

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

background-color css

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

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

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

border-color css

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

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

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