Html Css Color HEX #C84275 Royal Heath

📋 copy color: '#C84275'

red 200 ◦ green 66 ◦ blue 117

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

Shades of Royal Heath #C84275

Tints of Royal Heath #C84275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.55%

R = 52.22%
G = 17.23%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C84275 (or 0xC84275) is known color: Royal Heath. HEX triplet: C8, 42 and 75. RGB value is (200,66,117). Sum of RGB (Red+Green+Blue) = 200+66+117=383 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.22% from 383); Green value is 66 (26.17% from 255 or 17.23% from 383); Blue value is 117 (46.09% from 255 or 30.55% from 383); Max value from RGB is 200 - color contains mainly: red. Hex color #C84275 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84275 is #37BD8A. Grayscale: #6F6F6F. Windows color (decimal): -3653003 or 7684808. OLE color: 7684808.

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

Color convert

RGB 200 66 117 -
CMYK 0 0.67 0.42 0.22
HSL 337.16º 0.55% 0.52% -
HSV(B) 337.16º 0.67% 0.78% -
XYZ 28.98 17.46 18.67 -
YUV 111.88 130.89 190.85 -
System Red Green Blue C M Y K H S L
Decimal 200 66 117 0 0.67 0.42 0.22 337.16 0.55 0.52
Hex C8 42 75 0 43 2A 16 151 37 34
Octal 310 102 165 0 103 52 26 521 67 64
Binary 11001000 1000010 1110101 0 1000011 101010 10110 101010001 110111 110100

Color Harmonies of #C84275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84275

Black with #C84275

Text Example


Text Example

White with #C84275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84275; }

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

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

background-color css

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

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

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

border-color css

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

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

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