Html Css Color HEX #C4476F Royal Heath

📋 copy color: '#C4476F'

red 196 ◦ green 71 ◦ blue 111

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

Shades of Royal Heath #C4476F

Tints of Royal Heath #C4476F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.78%

 BLUE value IS 111 (43.75% from 255) = 29.37%

R = 51.85%
G = 18.78%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C4476F (or 0xC4476F) is known color: Royal Heath. HEX triplet: C4, 47 and 6F. RGB value is (196,71,111). Sum of RGB (Red+Green+Blue) = 196+71+111=378 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.85% from 378); Green value is 71 (28.12% from 255 or 18.78% from 378); Blue value is 111 (43.75% from 255 or 29.37% from 378); Max value from RGB is 196 - color contains mainly: red. Hex color #C4476F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4476F is #3BB890. Grayscale: #707070. Windows color (decimal): -3913873 or 7292868. OLE color: 7292868.

HSL color Cylindrical-coordinate representation of color #C4476F: hue angle of 340.8º degrees, saturation: 0.51, 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 #C4476F is Cyan = 0, Magento = 0.64, Yellow = 0.43 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 71 111 -
CMYK 0 0.64 0.43 0.23
HSL 340.8º 0.51% 0.52% -
HSV(B) 340.8º 0.64% 0.77% -
XYZ 27.89 17.39 16.93 -
YUV 112.94 126.91 187.25 -
System Red Green Blue C M Y K H S L
Decimal 196 71 111 0 0.64 0.43 0.23 340.8 0.51 0.52
Hex C4 47 6F 0 40 2B 17 155 33 34
Octal 304 107 157 0 100 53 27 525 63 64
Binary 11000100 1000111 1101111 0 1000000 101011 10111 101010101 110011 110100

Color Harmonies of #C4476F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4476F

Black with #C4476F

Text Example


Text Example

White with #C4476F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4476F; }

 p { color: rgb(196,71,111); }

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

background-color css

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

 a { background-color: rgb(196,71,111); }

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

border-color css

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

 span { border-color: rgb(196,71,111); }

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