Html Css Color HEX #C23972 Royal Heath

📋 copy color: '#C23972'

red 194 ◦ green 57 ◦ blue 114

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

Shades of Royal Heath #C23972

Tints of Royal Heath #C23972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 31.23%

R = 53.15%
G = 15.62%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C23972 (or 0xC23972) is known color: Royal Heath. HEX triplet: C2, 39 and 72. RGB value is (194,57,114). Sum of RGB (Red+Green+Blue) = 194+57+114=365 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.15% from 365); Green value is 57 (22.66% from 255 or 15.62% from 365); Blue value is 114 (44.92% from 255 or 31.23% from 365); Max value from RGB is 194 - color contains mainly: red. Hex color #C23972 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23972 is #3DC68D. Grayscale: #686868. Windows color (decimal): -4048526 or 7485890. OLE color: 7485890.

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

Color convert

RGB 194 57 114 -
CMYK 0 0.71 0.41 0.24
HSL 335.04º 0.55% 0.49% -
HSV(B) 335.04º 0.71% 0.76% -
XYZ 26.75 15.61 17.52 -
YUV 104.46 133.39 191.87 -
System Red Green Blue C M Y K H S L
Decimal 194 57 114 0 0.71 0.41 0.24 335.04 0.55 0.49
Hex C2 39 72 0 47 29 18 14F 37 31
Octal 302 71 162 0 107 51 30 517 67 61
Binary 11000010 111001 1110010 0 1000111 101001 11000 101001111 110111 110001

Color Harmonies of #C23972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23972

Black with #C23972

Text Example


Text Example

White with #C23972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23972; }

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

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

background-color css

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

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

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

border-color css

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

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

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