Html Css Color HEX #C23873 Royal Heath

📋 copy color: '#C23873'

red 194 ◦ green 56 ◦ blue 115

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

Shades of Royal Heath #C23873

Tints of Royal Heath #C23873

RGB

 RED value IS 194 (76.17% from 255) = 53.15%

 GREEN value IS 56 (22.27% from 255) = 15.34%

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

R = 53.15%
G = 15.34%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C23873 (or 0xC23873) is known color: Royal Heath. HEX triplet: C2, 38 and 73. RGB value is (194,56,115). Sum of RGB (Red+Green+Blue) = 194+56+115=365 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.15% from 365); Green value is 56 (22.27% from 255 or 15.34% from 365); Blue value is 115 (45.31% from 255 or 31.51% from 365); Max value from RGB is 194 - color contains mainly: red. Hex color #C23873 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23873 is #3DC78C. Grayscale: #676767. Windows color (decimal): -4048781 or 7551170. OLE color: 7551170.

HSL color Cylindrical-coordinate representation of color #C23873: hue angle of 334.35º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C23873 is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 56 115 -
CMYK 0 0.71 0.41 0.24
HSL 334.35º 0.55% 0.49% -
HSV(B) 334.35º 0.71% 0.76% -
XYZ 26.76 15.54 17.81 -
YUV 103.99 134.22 192.2 -
System Red Green Blue C M Y K H S L
Decimal 194 56 115 0 0.71 0.41 0.24 334.35 0.55 0.49
Hex C2 38 73 0 47 29 18 14E 37 31
Octal 302 70 163 0 107 51 30 516 67 61
Binary 11000010 111000 1110011 0 1000111 101001 11000 101001110 110111 110001

Color Harmonies of #C23873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23873

Black with #C23873

Text Example


Text Example

White with #C23873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23873; }

 p { color: rgb(194,56,115); }

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

background-color css

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

 a { background-color: rgb(194,56,115); }

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

border-color css

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

 span { border-color: rgb(194,56,115); }

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