Html Css Color HEX #C23F75 Royal Heath

📋 copy color: '#C23F75'

red 194 ◦ green 63 ◦ blue 117

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

Shades of Royal Heath #C23F75

Tints of Royal Heath #C23F75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 31.28%

R = 51.87%
G = 16.84%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C23F75 (or 0xC23F75) is known color: Royal Heath. HEX triplet: C2, 3F and 75. RGB value is (194,63,117). Sum of RGB (Red+Green+Blue) = 194+63+117=374 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.87% from 374); Green value is 63 (25% from 255 or 16.84% from 374); Blue value is 117 (46.09% from 255 or 31.28% from 374); Max value from RGB is 194 - color contains mainly: red. Hex color #C23F75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23F75 is #3DC08A. Grayscale: #6C6C6C. Windows color (decimal): -4046987 or 7684034. OLE color: 7684034.

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

Color convert

RGB 194 63 117 -
CMYK 0 0.68 0.40 0.24
HSL 335.27º 0.52% 0.5% -
HSV(B) 335.27º 0.68% 0.76% -
XYZ 27.24 16.31 18.54 -
YUV 108.33 132.9 189.11 -
System Red Green Blue C M Y K H S L
Decimal 194 63 117 0 0.68 0.40 0.24 335.27 0.52 0.5
Hex C2 3F 75 0 44 28 18 14F 34 32
Octal 302 77 165 0 104 50 30 517 64 62
Binary 11000010 111111 1110101 0 1000100 101000 11000 101001111 110100 110010

Color Harmonies of #C23F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23F75

Black with #C23F75

Text Example


Text Example

White with #C23F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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