Html Css Color HEX #C4446E Royal Heath

📋 copy color: '#C4446E'

red 196 ◦ green 68 ◦ blue 110

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

Shades of Royal Heath #C4446E

Tints of Royal Heath #C4446E

RGB

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

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

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

R = 52.41%
G = 18.18%
B = 29.41%

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

#C4446E (or 0xC4446E) is known color: Royal Heath. HEX triplet: C4, 44 and 6E. RGB value is (196,68,110). Sum of RGB (Red+Green+Blue) = 196+68+110=374 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.41% from 374); Green value is 68 (26.95% from 255 or 18.18% from 374); Blue value is 110 (43.36% from 255 or 29.41% from 374); Max value from RGB is 196 - color contains mainly: red. Hex color #C4446E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4446E is #3BBB91. Grayscale: #6F6F6F. Windows color (decimal): -3914642 or 7226564. OLE color: 7226564.

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

Color convert

RGB 196 68 110 -
CMYK 0 0.65 0.44 0.23
HSL 340.31º 0.52% 0.52% -
HSV(B) 340.31º 0.65% 0.77% -
XYZ 27.65 17 16.58 -
YUV 111.06 127.41 188.58 -
System Red Green Blue C M Y K H S L
Decimal 196 68 110 0 0.65 0.44 0.23 340.31 0.52 0.52
Hex C4 44 6E 0 41 2C 17 154 34 34
Octal 304 104 156 0 101 54 27 524 64 64
Binary 11000100 1000100 1101110 0 1000001 101100 10111 101010100 110100 110100

Color Harmonies of #C4446E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4446E

Black with #C4446E

Text Example


Text Example

White with #C4446E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4446E; }

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

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

background-color css

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

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

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

border-color css

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

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

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