Html Css Color HEX #C7427A Royal Heath

📋 copy color: '#C7427A'

red 199 ◦ green 66 ◦ blue 122

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

Shades of Royal Heath #C7427A

Tints of Royal Heath #C7427A

RGB

 RED value IS 199 (78.13% from 255) = 51.42%

 GREEN value IS 66 (26.17% from 255) = 17.05%

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

R = 51.42%
G = 17.05%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C7427A (or 0xC7427A) is known color: Royal Heath. HEX triplet: C7, 42 and 7A. RGB value is (199,66,122). Sum of RGB (Red+Green+Blue) = 199+66+122=387 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.42% from 387); Green value is 66 (26.17% from 255 or 17.05% from 387); Blue value is 122 (48.05% from 255 or 31.52% from 387); Max value from RGB is 199 - color contains mainly: red. Hex color #C7427A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7427A is #38BD85. Grayscale: #707070. Windows color (decimal): -3718534 or 8012487. OLE color: 8012487.

HSL color Cylindrical-coordinate representation of color #C7427A: hue angle of 334.74º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C7427A is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 66 122 -
CMYK 0 0.67 0.39 0.22
HSL 334.74º 0.54% 0.52% -
HSV(B) 334.74º 0.67% 0.78% -
XYZ 29.01 17.44 20.25 -
YUV 112.15 133.56 189.95 -
System Red Green Blue C M Y K H S L
Decimal 199 66 122 0 0.67 0.39 0.22 334.74 0.54 0.52
Hex C7 42 7A 0 43 27 16 14F 36 34
Octal 307 102 172 0 103 47 26 517 66 64
Binary 11000111 1000010 1111010 0 1000011 100111 10110 101001111 110110 110100

Color Harmonies of #C7427A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7427A

Black with #C7427A

Text Example


Text Example

White with #C7427A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7427A; }

 p { color: rgb(199,66,122); }

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

background-color css

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

 a { background-color: rgb(199,66,122); }

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

border-color css

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

 span { border-color: rgb(199,66,122); }

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