Html Css Color HEX #C84172 Royal Heath

📋 copy color: '#C84172'

red 200 ◦ green 65 ◦ blue 114

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

Shades of Royal Heath #C84172

Tints of Royal Heath #C84172

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.15%

 BLUE value IS 114 (44.92% from 255) = 30.08%

R = 52.77%
G = 17.15%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C84172 (or 0xC84172) is known color: Royal Heath. HEX triplet: C8, 41 and 72. RGB value is (200,65,114). Sum of RGB (Red+Green+Blue) = 200+65+114=379 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.77% from 379); Green value is 65 (25.78% from 255 or 17.15% from 379); Blue value is 114 (44.92% from 255 or 30.08% from 379); Max value from RGB is 200 - color contains mainly: red. Hex color #C84172 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84172 is #37BE8D. Grayscale: #6E6E6E. Windows color (decimal): -3653262 or 7487944. OLE color: 7487944.

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

Color convert

RGB 200 65 114 -
CMYK 0 0.68 0.43 0.22
HSL 338.22º 0.55% 0.52% -
HSV(B) 338.22º 0.68% 0.78% -
XYZ 28.75 17.27 17.74 -
YUV 110.95 129.73 191.52 -
System Red Green Blue C M Y K H S L
Decimal 200 65 114 0 0.68 0.43 0.22 338.22 0.55 0.52
Hex C8 41 72 0 44 2B 16 152 37 34
Octal 310 101 162 0 104 53 26 522 67 64
Binary 11001000 1000001 1110010 0 1000100 101011 10110 101010010 110111 110100

Color Harmonies of #C84172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84172

Black with #C84172

Text Example


Text Example

White with #C84172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84172; }

 p { color: rgb(200,65,114); }

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

background-color css

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

 a { background-color: rgb(200,65,114); }

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

border-color css

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

 span { border-color: rgb(200,65,114); }

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