Html Css Color HEX #C4446D Royal Heath

📋 copy color: '#C4446D'

red 196 ◦ green 68 ◦ blue 109

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

Shades of Royal Heath #C4446D

Tints of Royal Heath #C4446D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.23%

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

R = 52.55%
G = 18.23%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C4446D (or 0xC4446D) is known color: Royal Heath. HEX triplet: C4, 44 and 6D. RGB value is (196,68,109). Sum of RGB (Red+Green+Blue) = 196+68+109=373 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.55% from 373); Green value is 68 (26.95% from 255 or 18.23% from 373); Blue value is 109 (42.97% from 255 or 29.22% from 373); Max value from RGB is 196 - color contains mainly: red. Hex color #C4446D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4446D is #3BBB92. Grayscale: #6E6E6E. Windows color (decimal): -3914643 or 7161028. OLE color: 7161028.

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

Color convert

RGB 196 68 109 -
CMYK 0 0.65 0.44 0.23
HSL 340.78º 0.52% 0.52% -
HSV(B) 340.78º 0.65% 0.77% -
XYZ 27.59 16.97 16.29 -
YUV 110.95 126.91 188.67 -
System Red Green Blue C M Y K H S L
Decimal 196 68 109 0 0.65 0.44 0.23 340.78 0.52 0.52
Hex C4 44 6D 0 41 2C 17 155 34 34
Octal 304 104 155 0 101 54 27 525 64 64
Binary 11000100 1000100 1101101 0 1000001 101100 10111 101010101 110100 110100

Color Harmonies of #C4446D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4446D

Black with #C4446D

Text Example


Text Example

White with #C4446D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4446D; }

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

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

background-color css

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

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

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

border-color css

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

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

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