Html Css Color HEX #C23749 Old Rose

📋 copy color: '#C23749'

red 194 ◦ green 55 ◦ blue 73

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

Shades of Old Rose #C23749

Tints of Old Rose #C23749

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.08%

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

R = 60.25%
G = 17.08%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C23749 (or 0xC23749) is known color: Old Rose. HEX triplet: C2, 37 and 49. RGB value is (194,55,73). Sum of RGB (Red+Green+Blue) = 194+55+73=322 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.25% from 322); Green value is 55 (21.88% from 255 or 17.08% from 322); Blue value is 73 (28.91% from 255 or 22.67% from 322); Max value from RGB is 194 - color contains mainly: red. Hex color #C23749 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23749 is #3DC8B6. Grayscale: #626262. Windows color (decimal): -4049079 or 4798402. OLE color: 4798402.

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

Color convert

RGB 194 55 73 -
CMYK 0 0.72 0.62 0.24
HSL 352.23º 0.56% 0.49% -
HSV(B) 352.23º 0.72% 0.76% -
XYZ 24.82 14.68 7.83 -
YUV 98.61 113.55 196.04 -
System Red Green Blue C M Y K H S L
Decimal 194 55 73 0 0.72 0.62 0.24 352.23 0.56 0.49
Hex C2 37 49 0 48 3E 18 160 38 31
Octal 302 67 111 0 110 76 30 540 70 61
Binary 11000010 110111 1001001 0 1001000 111110 11000 101100000 111000 110001

Color Harmonies of #C23749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23749

Black with #C23749

Text Example


Text Example

White with #C23749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23749; }

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

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

background-color css

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

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

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

border-color css

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

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

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