Html Css Color HEX #C23249 Old Rose

📋 copy color: '#C23249'

red 194 ◦ green 50 ◦ blue 73

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

Shades of Old Rose #C23249

Tints of Old Rose #C23249

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.77%

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

R = 61.2%
G = 15.77%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C23249 (or 0xC23249) is known color: Old Rose. HEX triplet: C2, 32 and 49. RGB value is (194,50,73). Sum of RGB (Red+Green+Blue) = 194+50+73=317 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.20% from 317); Green value is 50 (19.92% from 255 or 15.77% from 317); Blue value is 73 (28.91% from 255 or 23.03% from 317); Max value from RGB is 194 - color contains mainly: red. Hex color #C23249 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23249 is #3DCDB6. Grayscale: #5F5F5F. Windows color (decimal): -4050359 or 4797122. OLE color: 4797122.

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

Color convert

RGB 194 50 73 -
CMYK 0 0.74 0.62 0.24
HSL 350.42º 0.59% 0.48% -
HSV(B) 350.42º 0.74% 0.76% -
XYZ 24.59 14.23 7.75 -
YUV 95.68 115.21 198.13 -
System Red Green Blue C M Y K H S L
Decimal 194 50 73 0 0.74 0.62 0.24 350.42 0.59 0.48
Hex C2 32 49 0 4A 3E 18 15E 3B 30
Octal 302 62 111 0 112 76 30 536 73 60
Binary 11000010 110010 1001001 0 1001010 111110 11000 101011110 111011 110000

Color Harmonies of #C23249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23249

Black with #C23249

Text Example


Text Example

White with #C23249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23249; }

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

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

background-color css

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

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

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

border-color css

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

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

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