Html Css Color HEX #C84374 Royal Heath

📋 copy color: '#C84374'

red 200 ◦ green 67 ◦ blue 116

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

Shades of Royal Heath #C84374

Tints of Royal Heath #C84374

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.49%

 BLUE value IS 116 (45.7% from 255) = 30.29%

R = 52.22%
G = 17.49%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C84374 (or 0xC84374) is known color: Royal Heath. HEX triplet: C8, 43 and 74. RGB value is (200,67,116). Sum of RGB (Red+Green+Blue) = 200+67+116=383 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.22% from 383); Green value is 67 (26.56% from 255 or 17.49% from 383); Blue value is 116 (45.70% from 255 or 30.29% from 383); Max value from RGB is 200 - color contains mainly: red. Hex color #C84374 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84374 is #37BC8B. Grayscale: #707070. Windows color (decimal): -3652748 or 7619528. OLE color: 7619528.

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

Color convert

RGB 200 67 116 -
CMYK 0 0.66 0.42 0.22
HSL 337.89º 0.55% 0.52% -
HSV(B) 337.89º 0.67% 0.78% -
XYZ 28.98 17.55 18.38 -
YUV 112.35 130.06 190.52 -
System Red Green Blue C M Y K H S L
Decimal 200 67 116 0 0.66 0.42 0.22 337.89 0.55 0.52
Hex C8 43 74 0 42 2A 16 152 37 34
Octal 310 103 164 0 102 52 26 522 67 64
Binary 11001000 1000011 1110100 0 1000010 101010 10110 101010010 110111 110100

Color Harmonies of #C84374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84374

Black with #C84374

Text Example


Text Example

White with #C84374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84374; }

 p { color: rgb(200,67,116); }

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

background-color css

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

 a { background-color: rgb(200,67,116); }

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

border-color css

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

 span { border-color: rgb(200,67,116); }

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