Html Css Color HEX #C84A7A Royal Heath

📋 copy color: '#C84A7A'

red 200 ◦ green 74 ◦ blue 122

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

Shades of Royal Heath #C84A7A

Tints of Royal Heath #C84A7A

RGB

 RED value IS 200 (78.52% from 255) = 50.51%

 GREEN value IS 74 (29.3% from 255) = 18.69%

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

R = 50.51%
G = 18.69%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C84A7A (or 0xC84A7A) is known color: Royal Heath. HEX triplet: C8, 4A and 7A. RGB value is (200,74,122). Sum of RGB (Red+Green+Blue) = 200+74+122=396 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.51% from 396); Green value is 74 (29.30% from 255 or 18.69% from 396); Blue value is 122 (48.05% from 255 or 30.81% from 396); Max value from RGB is 200 - color contains mainly: red. Hex color #C84A7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84A7A is #37B585. Grayscale: #757575. Windows color (decimal): -3650950 or 8014536. OLE color: 8014536.

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

Color convert

RGB 200 74 122 -
CMYK 0 0.63 0.39 0.22
HSL 337.14º 0.53% 0.54% -
HSV(B) 337.14º 0.63% 0.78% -
XYZ 29.78 18.58 20.43 -
YUV 117.15 130.74 187.1 -
System Red Green Blue C M Y K H S L
Decimal 200 74 122 0 0.63 0.39 0.22 337.14 0.53 0.54
Hex C8 4A 7A 0 3F 27 16 151 35 36
Octal 310 112 172 0 77 47 26 521 65 66
Binary 11001000 1001010 1111010 0 111111 100111 10110 101010001 110101 110110

Color Harmonies of #C84A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84A7A

Black with #C84A7A

Text Example


Text Example

White with #C84A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84A7A; }

 p { color: rgb(200,74,122); }

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

background-color css

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

 a { background-color: rgb(200,74,122); }

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

border-color css

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

 span { border-color: rgb(200,74,122); }

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