Html Css Color HEX #C23770 Royal Heath

📋 copy color: '#C23770'

red 194 ◦ green 55 ◦ blue 112

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

Shades of Royal Heath #C23770

Tints of Royal Heath #C23770

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.24%

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

R = 53.74%
G = 15.24%
B = 31.02%

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

#C23770 (or 0xC23770) is known color: Royal Heath. HEX triplet: C2, 37 and 70. RGB value is (194,55,112). Sum of RGB (Red+Green+Blue) = 194+55+112=361 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.74% from 361); Green value is 55 (21.88% from 255 or 15.24% from 361); Blue value is 112 (44.14% from 255 or 31.02% from 361); Max value from RGB is 194 - color contains mainly: red. Hex color #C23770 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23770 is #3DC88F. Grayscale: #666666. Windows color (decimal): -4049040 or 7354306. OLE color: 7354306.

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

Color convert

RGB 194 55 112 -
CMYK 0 0.72 0.42 0.24
HSL 335.4º 0.56% 0.49% -
HSV(B) 335.4º 0.72% 0.76% -
XYZ 26.54 15.37 16.9 -
YUV 103.06 133.05 192.87 -
System Red Green Blue C M Y K H S L
Decimal 194 55 112 0 0.72 0.42 0.24 335.4 0.56 0.49
Hex C2 37 70 0 48 2A 18 14F 38 31
Octal 302 67 160 0 110 52 30 517 70 61
Binary 11000010 110111 1110000 0 1001000 101010 11000 101001111 111000 110001

Color Harmonies of #C23770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23770

Black with #C23770

Text Example


Text Example

White with #C23770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23770; }

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

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

background-color css

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

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

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

border-color css

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

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

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