Html Css Color HEX #C4497A Royal Heath

📋 copy color: '#C4497A'

red 196 ◦ green 73 ◦ blue 122

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

Shades of Royal Heath #C4497A

Tints of Royal Heath #C4497A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.67%

 BLUE value IS 122 (48.05% from 255) = 31.2%

R = 50.13%
G = 18.67%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C4497A (or 0xC4497A) is known color: Royal Heath. HEX triplet: C4, 49 and 7A. RGB value is (196,73,122). Sum of RGB (Red+Green+Blue) = 196+73+122=391 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.13% from 391); Green value is 73 (28.91% from 255 or 18.67% from 391); Blue value is 122 (48.05% from 255 or 31.20% from 391); Max value from RGB is 196 - color contains mainly: red. Hex color #C4497A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4497A is #3BB685. Grayscale: #737373. Windows color (decimal): -3913350 or 8014276. OLE color: 8014276.

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

Color convert

RGB 196 73 122 -
CMYK 0 0.63 0.38 0.23
HSL 336.1º 0.51% 0.53% -
HSV(B) 336.1º 0.63% 0.77% -
XYZ 28.66 17.91 20.36 -
YUV 115.36 131.75 185.52 -
System Red Green Blue C M Y K H S L
Decimal 196 73 122 0 0.63 0.38 0.23 336.1 0.51 0.53
Hex C4 49 7A 0 3F 26 17 150 33 35
Octal 304 111 172 0 77 46 27 520 63 65
Binary 11000100 1001001 1111010 0 111111 100110 10111 101010000 110011 110101

Color Harmonies of #C4497A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4497A

Black with #C4497A

Text Example


Text Example

White with #C4497A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4497A; }

 p { color: rgb(196,73,122); }

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

background-color css

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

 a { background-color: rgb(196,73,122); }

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

border-color css

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

 span { border-color: rgb(196,73,122); }

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