Html Css Color HEX #C23970 Royal Heath

📋 copy color: '#C23970'

red 194 ◦ green 57 ◦ blue 112

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

Shades of Royal Heath #C23970

Tints of Royal Heath #C23970

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.7%

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

R = 53.44%
G = 15.7%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C23970 (or 0xC23970) is known color: Royal Heath. HEX triplet: C2, 39 and 70. RGB value is (194,57,112). Sum of RGB (Red+Green+Blue) = 194+57+112=363 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.44% from 363); Green value is 57 (22.66% from 255 or 15.70% from 363); Blue value is 112 (44.14% from 255 or 30.85% from 363); Max value from RGB is 194 - color contains mainly: red. Hex color #C23970 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23970 is #3DC68F. Grayscale: #686868. Windows color (decimal): -4048528 or 7354818. OLE color: 7354818.

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

Color convert

RGB 194 57 112 -
CMYK 0 0.71 0.42 0.24
HSL 335.91º 0.55% 0.49% -
HSV(B) 335.91º 0.71% 0.76% -
XYZ 26.64 15.57 16.93 -
YUV 104.23 132.39 192.03 -
System Red Green Blue C M Y K H S L
Decimal 194 57 112 0 0.71 0.42 0.24 335.91 0.55 0.49
Hex C2 39 70 0 47 2A 18 150 37 31
Octal 302 71 160 0 107 52 30 520 67 61
Binary 11000010 111001 1110000 0 1000111 101010 11000 101010000 110111 110001

Color Harmonies of #C23970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23970

Black with #C23970

Text Example


Text Example

White with #C23970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23970; }

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

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

background-color css

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

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

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

border-color css

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

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

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