Html Css Color HEX #C84474 Royal Heath

📋 copy color: '#C84474'

red 200 ◦ green 68 ◦ blue 116

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

Shades of Royal Heath #C84474

Tints of Royal Heath #C84474

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.71%

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

R = 52.08%
G = 17.71%
B = 30.21%

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

#C84474 (or 0xC84474) is known color: Royal Heath. HEX triplet: C8, 44 and 74. RGB value is (200,68,116). Sum of RGB (Red+Green+Blue) = 200+68+116=384 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.08% from 384); Green value is 68 (26.95% from 255 or 17.71% from 384); Blue value is 116 (45.70% from 255 or 30.21% from 384); Max value from RGB is 200 - color contains mainly: red. Hex color #C84474 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84474 is #37BB8B. Grayscale: #707070. Windows color (decimal): -3652492 or 7619784. OLE color: 7619784.

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

Color convert

RGB 200 68 116 -
CMYK 0 0.66 0.42 0.22
HSL 338.18º 0.55% 0.53% -
HSV(B) 338.18º 0.66% 0.78% -
XYZ 29.04 17.67 18.4 -
YUV 112.94 129.73 190.1 -
System Red Green Blue C M Y K H S L
Decimal 200 68 116 0 0.66 0.42 0.22 338.18 0.55 0.53
Hex C8 44 74 0 42 2A 16 152 37 35
Octal 310 104 164 0 102 52 26 522 67 65
Binary 11001000 1000100 1110100 0 1000010 101010 10110 101010010 110111 110101

Color Harmonies of #C84474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84474

Black with #C84474

Text Example


Text Example

White with #C84474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84474; }

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

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

background-color css

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

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

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

border-color css

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

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

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