Html Css Color HEX #C4466E Royal Heath

📋 copy color: '#C4466E'

red 196 ◦ green 70 ◦ blue 110

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

Shades of Royal Heath #C4466E

Tints of Royal Heath #C4466E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.62%

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

R = 52.13%
G = 18.62%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C4466E (or 0xC4466E) is known color: Royal Heath. HEX triplet: C4, 46 and 6E. RGB value is (196,70,110). Sum of RGB (Red+Green+Blue) = 196+70+110=376 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.13% from 376); Green value is 70 (27.73% from 255 or 18.62% from 376); Blue value is 110 (43.36% from 255 or 29.26% from 376); Max value from RGB is 196 - color contains mainly: red. Hex color #C4466E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4466E is #3BB991. Grayscale: #707070. Windows color (decimal): -3914130 or 7227076. OLE color: 7227076.

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

Color convert

RGB 196 70 110 -
CMYK 0 0.64 0.44 0.23
HSL 340.95º 0.52% 0.52% -
HSV(B) 340.95º 0.64% 0.77% -
XYZ 27.77 17.24 16.62 -
YUV 112.23 126.74 187.75 -
System Red Green Blue C M Y K H S L
Decimal 196 70 110 0 0.64 0.44 0.23 340.95 0.52 0.52
Hex C4 46 6E 0 40 2C 17 155 34 34
Octal 304 106 156 0 100 54 27 525 64 64
Binary 11000100 1000110 1101110 0 1000000 101100 10111 101010101 110100 110100

Color Harmonies of #C4466E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4466E

Black with #C4466E

Text Example


Text Example

White with #C4466E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4466E; }

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

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

background-color css

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

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

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

border-color css

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

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

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