Html Css Color HEX #C84078 Royal Heath

📋 copy color: '#C84078'

red 200 ◦ green 64 ◦ blue 120

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

Shades of Royal Heath #C84078

Tints of Royal Heath #C84078

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.67%

 BLUE value IS 120 (47.27% from 255) = 31.25%

R = 52.08%
G = 16.67%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.4

 K value IS 0.22

RGB Variations

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

Color information

#C84078 (or 0xC84078) is known color: Royal Heath. HEX triplet: C8, 40 and 78. RGB value is (200,64,120). Sum of RGB (Red+Green+Blue) = 200+64+120=384 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.08% from 384); Green value is 64 (25.39% from 255 or 16.67% from 384); Blue value is 120 (47.27% from 255 or 31.25% from 384); Max value from RGB is 200 - color contains mainly: red. Hex color #C84078 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84078 is #37BF87. Grayscale: #6E6E6E. Windows color (decimal): -3653512 or 7880904. OLE color: 7880904.

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

Color convert

RGB 200 64 120 -
CMYK 0 0.68 0.4 0.22
HSL 335.29º 0.55% 0.52% -
HSV(B) 335.29º 0.68% 0.78% -
XYZ 29.04 17.3 19.58 -
YUV 111.05 133.06 191.45 -
System Red Green Blue C M Y K H S L
Decimal 200 64 120 0 0.68 0.4 0.22 335.29 0.55 0.52
Hex C8 40 78 0 44 28 16 14F 37 34
Octal 310 100 170 0 104 50 26 517 67 64
Binary 11001000 1000000 1111000 0 1000100 101000 10110 101001111 110111 110100

Color Harmonies of #C84078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84078

Black with #C84078

Text Example


Text Example

White with #C84078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84078; }

 p { color: rgb(200,64,120); }

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

background-color css

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

 a { background-color: rgb(200,64,120); }

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

border-color css

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

 span { border-color: rgb(200,64,120); }

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