Html Css Color HEX #C84277 Royal Heath

📋 copy color: '#C84277'

red 200 ◦ green 66 ◦ blue 119

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

Shades of Royal Heath #C84277

Tints of Royal Heath #C84277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 30.91%

R = 51.95%
G = 17.14%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.40

 K value IS 0.22

RGB Variations

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

Color information

#C84277 (or 0xC84277) is known color: Royal Heath. HEX triplet: C8, 42 and 77. RGB value is (200,66,119). Sum of RGB (Red+Green+Blue) = 200+66+119=385 (50% of max value = 765). Red value is 200 (78.52% from 255 or 51.95% from 385); Green value is 66 (26.17% from 255 or 17.14% from 385); Blue value is 119 (46.88% from 255 or 30.91% from 385); Max value from RGB is 200 - color contains mainly: red. Hex color #C84277 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84277 is #37BD88. Grayscale: #707070. Windows color (decimal): -3653001 or 7815880. OLE color: 7815880.

HSL color Cylindrical-coordinate representation of color #C84277: hue angle of 336.27º degrees, saturation: 0.55, 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 #C84277 is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 66 119 -
CMYK 0 0.67 0.40 0.22
HSL 336.27º 0.55% 0.52% -
HSV(B) 336.27º 0.67% 0.78% -
XYZ 29.1 17.51 19.3 -
YUV 112.11 131.89 190.69 -
System Red Green Blue C M Y K H S L
Decimal 200 66 119 0 0.67 0.40 0.22 336.27 0.55 0.52
Hex C8 42 77 0 43 28 16 150 37 34
Octal 310 102 167 0 103 50 26 520 67 64
Binary 11001000 1000010 1110111 0 1000011 101000 10110 101010000 110111 110100

Color Harmonies of #C84277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84277

Black with #C84277

Text Example


Text Example

White with #C84277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84277; }

 p { color: rgb(200,66,119); }

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

background-color css

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

 a { background-color: rgb(200,66,119); }

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

border-color css

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

 span { border-color: rgb(200,66,119); }

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