Html Css Color HEX #C23570 Royal Heath

📋 copy color: '#C23570'

red 194 ◦ green 53 ◦ blue 112

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

Shades of Royal Heath #C23570

Tints of Royal Heath #C23570

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.76%

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

R = 54.04%
G = 14.76%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C23570 (or 0xC23570) is known color: Royal Heath. HEX triplet: C2, 35 and 70. RGB value is (194,53,112). Sum of RGB (Red+Green+Blue) = 194+53+112=359 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.04% from 359); Green value is 53 (21.09% from 255 or 14.76% from 359); Blue value is 112 (44.14% from 255 or 31.20% from 359); Max value from RGB is 194 - color contains mainly: red. Hex color #C23570 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23570 is #3DCA8F. Grayscale: #656565. Windows color (decimal): -4049552 or 7353794. OLE color: 7353794.

HSL color Cylindrical-coordinate representation of color #C23570: hue angle of 334.89º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C23570 is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 53 112 -
CMYK 0 0.73 0.42 0.24
HSL 334.89º 0.57% 0.48% -
HSV(B) 334.89º 0.73% 0.76% -
XYZ 26.45 15.19 16.87 -
YUV 101.89 133.71 193.7 -
System Red Green Blue C M Y K H S L
Decimal 194 53 112 0 0.73 0.42 0.24 334.89 0.57 0.48
Hex C2 35 70 0 49 2A 18 14F 39 30
Octal 302 65 160 0 111 52 30 517 71 60
Binary 11000010 110101 1110000 0 1001001 101010 11000 101001111 111001 110000

Color Harmonies of #C23570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23570

Black with #C23570

Text Example


Text Example

White with #C23570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23570; }

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

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

background-color css

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

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

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

border-color css

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

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

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