Html Css Color HEX #C23E51 Old Rose

📋 copy color: '#C23E51'

red 194 ◦ green 62 ◦ blue 81

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

Shades of Old Rose #C23E51

Tints of Old Rose #C23E51

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.4%

 BLUE value IS 81 (32.03% from 255) = 24.04%

R = 57.57%
G = 18.4%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C23E51 (or 0xC23E51) is known color: Old Rose. HEX triplet: C2, 3E and 51. RGB value is (194,62,81). Sum of RGB (Red+Green+Blue) = 194+62+81=337 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.57% from 337); Green value is 62 (24.61% from 255 or 18.40% from 337); Blue value is 81 (32.03% from 255 or 24.04% from 337); Max value from RGB is 194 - color contains mainly: red. Hex color #C23E51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23E51 is #3DC1AE. Grayscale: #676767. Windows color (decimal): -4047279 or 5324482. OLE color: 5324482.

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

Color convert

RGB 194 62 81 -
CMYK 0 0.68 0.58 0.24
HSL 351.36º 0.52% 0.5% -
HSV(B) 351.36º 0.68% 0.76% -
XYZ 25.46 15.51 9.44 -
YUV 103.63 115.23 192.46 -
System Red Green Blue C M Y K H S L
Decimal 194 62 81 0 0.68 0.58 0.24 351.36 0.52 0.5
Hex C2 3E 51 0 44 3A 18 15F 34 32
Octal 302 76 121 0 104 72 30 537 64 62
Binary 11000010 111110 1010001 0 1000100 111010 11000 101011111 110100 110010

Color Harmonies of #C23E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23E51

Black with #C23E51

Text Example


Text Example

White with #C23E51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23E51; }

 p { color: rgb(194,62,81); }

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

background-color css

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

 a { background-color: rgb(194,62,81); }

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

border-color css

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

 span { border-color: rgb(194,62,81); }

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