Html Css Color HEX #C83970 Royal Heath

📋 copy color: '#C83970'

red 200 ◦ green 57 ◦ blue 112

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

Shades of Royal Heath #C83970

Tints of Royal Heath #C83970

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.45%

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

R = 54.2%
G = 15.45%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C83970 (or 0xC83970) is known color: Royal Heath. HEX triplet: C8, 39 and 70. RGB value is (200,57,112). Sum of RGB (Red+Green+Blue) = 200+57+112=369 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.20% from 369); Green value is 57 (22.66% from 255 or 15.45% from 369); Blue value is 112 (44.14% from 255 or 30.35% from 369); Max value from RGB is 200 - color contains mainly: red. Hex color #C83970 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83970 is #37C68F. Grayscale: #696969. Windows color (decimal): -3655312 or 7354824. OLE color: 7354824.

HSL color Cylindrical-coordinate representation of color #C83970: hue angle of 336.92º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C83970 is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 57 112 -
CMYK 0 0.72 0.44 0.22
HSL 336.92º 0.57% 0.5% -
HSV(B) 336.92º 0.72% 0.78% -
XYZ 28.21 16.38 17 -
YUV 106.03 131.38 195.03 -
System Red Green Blue C M Y K H S L
Decimal 200 57 112 0 0.72 0.44 0.22 336.92 0.57 0.5
Hex C8 39 70 0 48 2C 16 151 39 32
Octal 310 71 160 0 110 54 26 521 71 62
Binary 11001000 111001 1110000 0 1001000 101100 10110 101010001 111001 110010

Color Harmonies of #C83970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83970

Black with #C83970

Text Example


Text Example

White with #C83970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83970; }

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

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

background-color css

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

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

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

border-color css

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

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

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