Html Css Color HEX #C24150 Old Rose

📋 copy color: '#C24150'

red 194 ◦ green 65 ◦ blue 80

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

Shades of Old Rose #C24150

Tints of Old Rose #C24150

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.17%

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

R = 57.23%
G = 19.17%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C24150 (or 0xC24150) is known color: Old Rose. HEX triplet: C2, 41 and 50. RGB value is (194,65,80). Sum of RGB (Red+Green+Blue) = 194+65+80=339 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.23% from 339); Green value is 65 (25.78% from 255 or 19.17% from 339); Blue value is 80 (31.64% from 255 or 23.60% from 339); Max value from RGB is 194 - color contains mainly: red. Hex color #C24150 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24150 is #3DBEAF. Grayscale: #696969. Windows color (decimal): -4046512 or 5259714. OLE color: 5259714.

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

Color convert

RGB 194 65 80 -
CMYK 0 0.66 0.59 0.24
HSL 353.02º 0.51% 0.51% -
HSV(B) 353.02º 0.66% 0.76% -
XYZ 25.59 15.83 9.3 -
YUV 105.28 113.74 191.28 -
System Red Green Blue C M Y K H S L
Decimal 194 65 80 0 0.66 0.59 0.24 353.02 0.51 0.51
Hex C2 41 50 0 42 3B 18 161 33 33
Octal 302 101 120 0 102 73 30 541 63 63
Binary 11000010 1000001 1010000 0 1000010 111011 11000 101100001 110011 110011

Color Harmonies of #C24150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24150

Black with #C24150

Text Example


Text Example

White with #C24150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24150; }

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

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

background-color css

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

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

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

border-color css

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

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

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