Html Css Color HEX #C23470 Royal Heath

📋 copy color: '#C23470'

red 194 ◦ green 52 ◦ blue 112

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

Shades of Royal Heath #C23470

Tints of Royal Heath #C23470

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.53%

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

R = 54.19%
G = 14.53%
B = 31.28%

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

#C23470 (or 0xC23470) is known color: Royal Heath. HEX triplet: C2, 34 and 70. RGB value is (194,52,112). Sum of RGB (Red+Green+Blue) = 194+52+112=358 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.19% from 358); Green value is 52 (20.70% from 255 or 14.53% from 358); Blue value is 112 (44.14% from 255 or 31.28% from 358); Max value from RGB is 194 - color contains mainly: red. Hex color #C23470 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23470 is #3DCB8F. Grayscale: #656565. Windows color (decimal): -4049808 or 7353538. OLE color: 7353538.

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

Color convert

RGB 194 52 112 -
CMYK 0 0.73 0.42 0.24
HSL 334.65º 0.58% 0.48% -
HSV(B) 334.65º 0.73% 0.76% -
XYZ 26.4 15.1 16.85 -
YUV 101.3 134.04 194.12 -
System Red Green Blue C M Y K H S L
Decimal 194 52 112 0 0.73 0.42 0.24 334.65 0.58 0.48
Hex C2 34 70 0 49 2A 18 14F 3A 30
Octal 302 64 160 0 111 52 30 517 72 60
Binary 11000010 110100 1110000 0 1001001 101010 11000 101001111 111010 110000

Color Harmonies of #C23470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23470

Black with #C23470

Text Example


Text Example

White with #C23470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23470; }

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

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

background-color css

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

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

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

border-color css

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

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

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