Html Css Color HEX #C23E73 Royal Heath

📋 copy color: '#C23E73'

red 194 ◦ green 62 ◦ blue 115

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

Shades of Royal Heath #C23E73

Tints of Royal Heath #C23E73

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.71%

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

R = 52.29%
G = 16.71%
B = 31%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C23E73 (or 0xC23E73) is known color: Royal Heath. HEX triplet: C2, 3E and 73. RGB value is (194,62,115). Sum of RGB (Red+Green+Blue) = 194+62+115=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 62 (24.61% from 255 or 16.71% from 371); Blue value is 115 (45.31% from 255 or 31.00% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C23E73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23E73 is #3DC18C. Grayscale: #6B6B6B. Windows color (decimal): -4047245 or 7552706. OLE color: 7552706.

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

Color convert

RGB 194 62 115 -
CMYK 0 0.68 0.41 0.24
HSL 335.91º 0.52% 0.5% -
HSV(B) 335.91º 0.68% 0.76% -
XYZ 27.07 16.15 17.91 -
YUV 107.51 132.23 189.69 -
System Red Green Blue C M Y K H S L
Decimal 194 62 115 0 0.68 0.41 0.24 335.91 0.52 0.5
Hex C2 3E 73 0 44 29 18 150 34 32
Octal 302 76 163 0 104 51 30 520 64 62
Binary 11000010 111110 1110011 0 1000100 101001 11000 101010000 110100 110010

Color Harmonies of #C23E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23E73

Black with #C23E73

Text Example


Text Example

White with #C23E73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23E73; }

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

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

background-color css

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

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

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

border-color css

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

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

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