Html Css Color HEX #C23A70 Royal Heath

📋 copy color: '#C23A70'

red 194 ◦ green 58 ◦ blue 112

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

Shades of Royal Heath #C23A70

Tints of Royal Heath #C23A70

RGB

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

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

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

R = 53.3%
G = 15.93%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C23A70 (or 0xC23A70) is known color: Royal Heath. HEX triplet: C2, 3A and 70. RGB value is (194,58,112). Sum of RGB (Red+Green+Blue) = 194+58+112=364 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.30% from 364); Green value is 58 (23.05% from 255 or 15.93% from 364); Blue value is 112 (44.14% from 255 or 30.77% from 364); Max value from RGB is 194 - color contains mainly: red. Hex color #C23A70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23A70 is #3DC58F. Grayscale: #686868. Windows color (decimal): -4048272 or 7355074. OLE color: 7355074.

HSL color Cylindrical-coordinate representation of color #C23A70: hue angle of 336.18º 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 #C23A70 is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 58 112 -
CMYK 0 0.70 0.42 0.24
HSL 336.18º 0.54% 0.49% -
HSV(B) 336.18º 0.7% 0.76% -
XYZ 26.69 15.67 16.95 -
YUV 104.82 132.06 191.61 -
System Red Green Blue C M Y K H S L
Decimal 194 58 112 0 0.70 0.42 0.24 336.18 0.54 0.49
Hex C2 3A 70 0 46 2A 18 150 36 31
Octal 302 72 160 0 106 52 30 520 66 61
Binary 11000010 111010 1110000 0 1000110 101010 11000 101010000 110110 110001

Color Harmonies of #C23A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23A70

Black with #C23A70

Text Example


Text Example

White with #C23A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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