Html Css Color HEX #C23149 Old Rose

📋 copy color: '#C23149'

red 194 ◦ green 49 ◦ blue 73

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

Shades of Old Rose #C23149

Tints of Old Rose #C23149

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.51%

 BLUE value IS 73 (28.91% from 255) = 23.1%

R = 61.39%
G = 15.51%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C23149 (or 0xC23149) is known color: Old Rose. HEX triplet: C2, 31 and 49. RGB value is (194,49,73). Sum of RGB (Red+Green+Blue) = 194+49+73=316 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.39% from 316); Green value is 49 (19.53% from 255 or 15.51% from 316); Blue value is 73 (28.91% from 255 or 23.10% from 316); Max value from RGB is 194 - color contains mainly: red. Hex color #C23149 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23149 is #3DCEB6. Grayscale: #5F5F5F. Windows color (decimal): -4050615 or 4796866. OLE color: 4796866.

HSL color Cylindrical-coordinate representation of color #C23149: hue angle of 350.07º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C23149 is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 49 73 -
CMYK 0 0.75 0.62 0.24
HSL 350.07º 0.6% 0.48% -
HSV(B) 350.07º 0.75% 0.76% -
XYZ 24.55 14.15 7.74 -
YUV 95.09 115.54 198.55 -
System Red Green Blue C M Y K H S L
Decimal 194 49 73 0 0.75 0.62 0.24 350.07 0.6 0.48
Hex C2 31 49 0 4B 3E 18 15E 3C 30
Octal 302 61 111 0 113 76 30 536 74 60
Binary 11000010 110001 1001001 0 1001011 111110 11000 101011110 111100 110000

Color Harmonies of #C23149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23149

Black with #C23149

Text Example


Text Example

White with #C23149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23149; }

 p { color: rgb(194,49,73); }

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

background-color css

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

 a { background-color: rgb(194,49,73); }

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

border-color css

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

 span { border-color: rgb(194,49,73); }

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