Html Css Color HEX #C23550 Old Rose

📋 copy color: '#C23550'

red 194 ◦ green 53 ◦ blue 80

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

Shades of Old Rose #C23550

Tints of Old Rose #C23550

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.21%

 BLUE value IS 80 (31.64% from 255) = 24.46%

R = 59.33%
G = 16.21%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C23550 (or 0xC23550) is known color: Old Rose. HEX triplet: C2, 35 and 50. RGB value is (194,53,80). Sum of RGB (Red+Green+Blue) = 194+53+80=327 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.33% from 327); Green value is 53 (21.09% from 255 or 16.21% from 327); Blue value is 80 (31.64% from 255 or 24.46% from 327); Max value from RGB is 194 - color contains mainly: red. Hex color #C23550 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23550 is #3DCAAF. Grayscale: #626262. Windows color (decimal): -4049584 or 5256642. OLE color: 5256642.

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

Color convert

RGB 194 53 80 -
CMYK 0 0.73 0.59 0.24
HSL 348.51º 0.57% 0.48% -
HSV(B) 348.51º 0.73% 0.76% -
XYZ 24.97 14.59 9.09 -
YUV 98.24 117.71 196.3 -
System Red Green Blue C M Y K H S L
Decimal 194 53 80 0 0.73 0.59 0.24 348.51 0.57 0.48
Hex C2 35 50 0 49 3B 18 15D 39 30
Octal 302 65 120 0 111 73 30 535 71 60
Binary 11000010 110101 1010000 0 1001001 111011 11000 101011101 111001 110000

Color Harmonies of #C23550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23550

Black with #C23550

Text Example


Text Example

White with #C23550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23550; }

 p { color: rgb(194,53,80); }

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

background-color css

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

 a { background-color: rgb(194,53,80); }

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

border-color css

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

 span { border-color: rgb(194,53,80); }

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