Html Css Color HEX #C9457A Royal Heath

📋 copy color: '#C9457A'

red 201 ◦ green 69 ◦ blue 122

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

Shades of Royal Heath #C9457A

Tints of Royal Heath #C9457A

RGB

 RED value IS 201 (78.91% from 255) = 51.28%

 GREEN value IS 69 (27.34% from 255) = 17.6%

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

R = 51.28%
G = 17.6%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#C9457A (or 0xC9457A) is known color: Royal Heath. HEX triplet: C9, 45 and 7A. RGB value is (201,69,122). Sum of RGB (Red+Green+Blue) = 201+69+122=392 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.28% from 392); Green value is 69 (27.34% from 255 or 17.60% from 392); Blue value is 122 (48.05% from 255 or 31.12% from 392); Max value from RGB is 201 - color contains mainly: red. Hex color #C9457A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9457A is #36BA85. Grayscale: #727272. Windows color (decimal): -3586694 or 8013257. OLE color: 8013257.

HSL color Cylindrical-coordinate representation of color #C9457A: hue angle of 335.91º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C9457A is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 69 122 -
CMYK 0 0.66 0.39 0.21
HSL 335.91º 0.55% 0.53% -
HSV(B) 335.91º 0.66% 0.79% -
XYZ 29.73 18.08 20.34 -
YUV 114.51 132.23 189.69 -
System Red Green Blue C M Y K H S L
Decimal 201 69 122 0 0.66 0.39 0.21 335.91 0.55 0.53
Hex C9 45 7A 0 42 27 15 150 37 35
Octal 311 105 172 0 102 47 25 520 67 65
Binary 11001001 1000101 1111010 0 1000010 100111 10101 101010000 110111 110101

Color Harmonies of #C9457A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9457A

Black with #C9457A

Text Example


Text Example

White with #C9457A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9457A; }

 p { color: rgb(201,69,122); }

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

background-color css

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

 a { background-color: rgb(201,69,122); }

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

border-color css

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

 span { border-color: rgb(201,69,122); }

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