Html Css Color HEX #C84C7B Royal Heath

📋 copy color: '#C84C7B'

red 200 ◦ green 76 ◦ blue 123

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

Shades of Royal Heath #C84C7B

Tints of Royal Heath #C84C7B

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.05%

 BLUE value IS 123 (48.44% from 255) = 30.83%

R = 50.13%
G = 19.05%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C84C7B (or 0xC84C7B) is known color: Royal Heath. HEX triplet: C8, 4C and 7B. RGB value is (200,76,123). Sum of RGB (Red+Green+Blue) = 200+76+123=399 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.13% from 399); Green value is 76 (30.08% from 255 or 19.05% from 399); Blue value is 123 (48.44% from 255 or 30.83% from 399); Max value from RGB is 200 - color contains mainly: red. Hex color #C84C7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84C7B is #37B384. Grayscale: #767676. Windows color (decimal): -3650437 or 8080584. OLE color: 8080584.

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

Color convert

RGB 200 76 123 -
CMYK 0 0.62 0.38 0.22
HSL 337.26º 0.53% 0.54% -
HSV(B) 337.26º 0.62% 0.78% -
XYZ 29.98 18.88 20.8 -
YUV 118.43 130.58 186.18 -
System Red Green Blue C M Y K H S L
Decimal 200 76 123 0 0.62 0.38 0.22 337.26 0.53 0.54
Hex C8 4C 7B 0 3E 26 16 151 35 36
Octal 310 114 173 0 76 46 26 521 65 66
Binary 11001000 1001100 1111011 0 111110 100110 10110 101010001 110101 110110

Color Harmonies of #C84C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84C7B

Black with #C84C7B

Text Example


Text Example

White with #C84C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84C7B; }

 p { color: rgb(200,76,123); }

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

background-color css

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

 a { background-color: rgb(200,76,123); }

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

border-color css

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

 span { border-color: rgb(200,76,123); }

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