Html Css Color HEX #C23F70 Royal Heath

📋 copy color: '#C23F70'

red 194 ◦ green 63 ◦ blue 112

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

Shades of Royal Heath #C23F70

Tints of Royal Heath #C23F70

RGB

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

 GREEN value IS 63 (25% from 255) = 17.07%

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

R = 52.57%
G = 17.07%
B = 30.35%

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

#C23F70 (or 0xC23F70) is known color: Royal Heath. HEX triplet: C2, 3F and 70. RGB value is (194,63,112). Sum of RGB (Red+Green+Blue) = 194+63+112=369 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.57% from 369); Green value is 63 (25% from 255 or 17.07% from 369); Blue value is 112 (44.14% from 255 or 30.35% from 369); Max value from RGB is 194 - color contains mainly: red. Hex color #C23F70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23F70 is #3DC08F. Grayscale: #6B6B6B. Windows color (decimal): -4046992 or 7356354. OLE color: 7356354.

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

Color convert

RGB 194 63 112 -
CMYK 0 0.68 0.42 0.24
HSL 337.56º 0.52% 0.5% -
HSV(B) 337.56º 0.68% 0.76% -
XYZ 26.95 16.19 17.03 -
YUV 107.76 130.4 189.52 -
System Red Green Blue C M Y K H S L
Decimal 194 63 112 0 0.68 0.42 0.24 337.56 0.52 0.5
Hex C2 3F 70 0 44 2A 18 152 34 32
Octal 302 77 160 0 104 52 30 522 64 62
Binary 11000010 111111 1110000 0 1000100 101010 11000 101010010 110100 110010

Color Harmonies of #C23F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23F70

Black with #C23F70

Text Example


Text Example

White with #C23F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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