Html Css Color HEX #C83C73 Royal Heath

📋 copy color: '#C83C73'

red 200 ◦ green 60 ◦ blue 115

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

Shades of Royal Heath #C83C73

Tints of Royal Heath #C83C73

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16%

 BLUE value IS 115 (45.31% from 255) = 30.67%

R = 53.33%
G = 16%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C83C73 (or 0xC83C73) is known color: Royal Heath. HEX triplet: C8, 3C and 73. RGB value is (200,60,115). Sum of RGB (Red+Green+Blue) = 200+60+115=375 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.33% from 375); Green value is 60 (23.83% from 255 or 16% from 375); Blue value is 115 (45.31% from 255 or 30.67% from 375); Max value from RGB is 200 - color contains mainly: red. Hex color #C83C73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83C73 is #37C38C. Grayscale: #6C6C6C. Windows color (decimal): -3654541 or 7552200. OLE color: 7552200.

HSL color Cylindrical-coordinate representation of color #C83C73: hue angle of 336.43º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C83C73 is Cyan = 0, Magento = 0.7, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 60 115 -
CMYK 0 0.7 0.42 0.22
HSL 336.43º 0.56% 0.51% -
HSV(B) 336.43º 0.7% 0.78% -
XYZ 28.53 16.75 17.95 -
YUV 108.13 131.88 193.53 -
System Red Green Blue C M Y K H S L
Decimal 200 60 115 0 0.7 0.42 0.22 336.43 0.56 0.51
Hex C8 3C 73 0 46 2A 16 150 38 33
Octal 310 74 163 0 106 52 26 520 70 63
Binary 11001000 111100 1110011 0 1000110 101010 10110 101010000 111000 110011

Color Harmonies of #C83C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83C73

Black with #C83C73

Text Example


Text Example

White with #C83C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83C73; }

 p { color: rgb(200,60,115); }

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

background-color css

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

 a { background-color: rgb(200,60,115); }

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

border-color css

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

 span { border-color: rgb(200,60,115); }

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