Html Css Color HEX #C23A6F Royal Heath

📋 copy color: '#C23A6F'

red 194 ◦ green 58 ◦ blue 111

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

Shades of Royal Heath #C23A6F

Tints of Royal Heath #C23A6F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.98%

 BLUE value IS 111 (43.75% from 255) = 30.58%

R = 53.44%
G = 15.98%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C23A6F (or 0xC23A6F) is known color: Royal Heath. HEX triplet: C2, 3A and 6F. RGB value is (194,58,111). Sum of RGB (Red+Green+Blue) = 194+58+111=363 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.44% from 363); Green value is 58 (23.05% from 255 or 15.98% from 363); Blue value is 111 (43.75% from 255 or 30.58% from 363); Max value from RGB is 194 - color contains mainly: red. Hex color #C23A6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23A6F is #3DC590. Grayscale: #686868. Windows color (decimal): -4048273 or 7289538. OLE color: 7289538.

HSL color Cylindrical-coordinate representation of color #C23A6F: hue angle of 336.62º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C23A6F is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 58 111 -
CMYK 0 0.70 0.43 0.24
HSL 336.62º 0.54% 0.49% -
HSV(B) 336.62º 0.7% 0.76% -
XYZ 26.63 15.64 16.65 -
YUV 104.71 131.56 191.69 -
System Red Green Blue C M Y K H S L
Decimal 194 58 111 0 0.70 0.43 0.24 336.62 0.54 0.49
Hex C2 3A 6F 0 46 2B 18 151 36 31
Octal 302 72 157 0 106 53 30 521 66 61
Binary 11000010 111010 1101111 0 1000110 101011 11000 101010001 110110 110001

Color Harmonies of #C23A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23A6F

Black with #C23A6F

Text Example


Text Example

White with #C23A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23A6F; }

 p { color: rgb(194,58,111); }

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

background-color css

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

 a { background-color: rgb(194,58,111); }

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

border-color css

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

 span { border-color: rgb(194,58,111); }

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