Html Css Color HEX #C23E70 Royal Heath

📋 copy color: '#C23E70'

red 194 ◦ green 62 ◦ blue 112

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

Shades of Royal Heath #C23E70

Tints of Royal Heath #C23E70

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.85%

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

R = 52.72%
G = 16.85%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C23E70 (or 0xC23E70) is known color: Royal Heath. HEX triplet: C2, 3E and 70. RGB value is (194,62,112). Sum of RGB (Red+Green+Blue) = 194+62+112=368 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.72% from 368); Green value is 62 (24.61% from 255 or 16.85% from 368); Blue value is 112 (44.14% from 255 or 30.43% from 368); Max value from RGB is 194 - color contains mainly: red. Hex color #C23E70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23E70 is #3DC18F. Grayscale: #6B6B6B. Windows color (decimal): -4047248 or 7356098. OLE color: 7356098.

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

Color convert

RGB 194 62 112 -
CMYK 0 0.68 0.42 0.24
HSL 337.27º 0.52% 0.5% -
HSV(B) 337.27º 0.68% 0.76% -
XYZ 26.9 16.08 17.02 -
YUV 107.17 130.73 189.93 -
System Red Green Blue C M Y K H S L
Decimal 194 62 112 0 0.68 0.42 0.24 337.27 0.52 0.5
Hex C2 3E 70 0 44 2A 18 151 34 32
Octal 302 76 160 0 104 52 30 521 64 62
Binary 11000010 111110 1110000 0 1000100 101010 11000 101010001 110100 110010

Color Harmonies of #C23E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23E70

Black with #C23E70

Text Example


Text Example

White with #C23E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23E70; }

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

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

background-color css

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

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

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

border-color css

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

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

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