Html Css Color HEX #C23670 Royal Heath

📋 copy color: '#C23670'

red 194 ◦ green 54 ◦ blue 112

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

Shades of Royal Heath #C23670

Tints of Royal Heath #C23670

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15%

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

R = 53.89%
G = 15%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C23670 (or 0xC23670) is known color: Royal Heath. HEX triplet: C2, 36 and 70. RGB value is (194,54,112). Sum of RGB (Red+Green+Blue) = 194+54+112=360 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.89% from 360); Green value is 54 (21.48% from 255 or 15% from 360); Blue value is 112 (44.14% from 255 or 31.11% from 360); Max value from RGB is 194 - color contains mainly: red. Hex color #C23670 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23670 is #3DC98F. Grayscale: #666666. Windows color (decimal): -4049296 or 7354050. OLE color: 7354050.

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

Color convert

RGB 194 54 112 -
CMYK 0 0.72 0.42 0.24
HSL 335.14º 0.56% 0.49% -
HSV(B) 335.14º 0.72% 0.76% -
XYZ 26.49 15.28 16.88 -
YUV 102.47 133.38 193.28 -
System Red Green Blue C M Y K H S L
Decimal 194 54 112 0 0.72 0.42 0.24 335.14 0.56 0.49
Hex C2 36 70 0 48 2A 18 14F 38 31
Octal 302 66 160 0 110 52 30 517 70 61
Binary 11000010 110110 1110000 0 1001000 101010 11000 101001111 111000 110001

Color Harmonies of #C23670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23670

Black with #C23670

Text Example


Text Example

White with #C23670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23670; }

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

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

background-color css

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

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

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

border-color css

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

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

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