Html Css Color HEX #C84070 Royal Heath

📋 copy color: '#C84070'

red 200 ◦ green 64 ◦ blue 112

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

Shades of Royal Heath #C84070

Tints of Royal Heath #C84070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 29.79%

R = 53.19%
G = 17.02%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C84070 (or 0xC84070) is known color: Royal Heath. HEX triplet: C8, 40 and 70. RGB value is (200,64,112). Sum of RGB (Red+Green+Blue) = 200+64+112=376 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.19% from 376); Green value is 64 (25.39% from 255 or 17.02% from 376); Blue value is 112 (44.14% from 255 or 29.79% from 376); Max value from RGB is 200 - color contains mainly: red. Hex color #C84070 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84070 is #37BF8F. Grayscale: #6E6E6E. Windows color (decimal): -3653520 or 7356616. OLE color: 7356616.

HSL color Cylindrical-coordinate representation of color #C84070: hue angle of 338.82º 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 #C84070 is Cyan = 0, Magento = 0.68, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 64 112 -
CMYK 0 0.68 0.44 0.22
HSL 338.82º 0.55% 0.52% -
HSV(B) 338.82º 0.68% 0.78% -
XYZ 28.58 17.12 17.13 -
YUV 110.14 129.06 192.1 -
System Red Green Blue C M Y K H S L
Decimal 200 64 112 0 0.68 0.44 0.22 338.82 0.55 0.52
Hex C8 40 70 0 44 2C 16 153 37 34
Octal 310 100 160 0 104 54 26 523 67 64
Binary 11001000 1000000 1110000 0 1000100 101100 10110 101010011 110111 110100

Color Harmonies of #C84070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84070

Black with #C84070

Text Example


Text Example

White with #C84070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84070; }

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

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

background-color css

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

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

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

border-color css

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

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

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