Html Css Color HEX #C24156 Old Rose

📋 copy color: '#C24156'

red 194 ◦ green 65 ◦ blue 86

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

Shades of Old Rose #C24156

Tints of Old Rose #C24156

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 24.93%

R = 56.23%
G = 18.84%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C24156 (or 0xC24156) is known color: Old Rose. HEX triplet: C2, 41 and 56. RGB value is (194,65,86). Sum of RGB (Red+Green+Blue) = 194+65+86=345 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.23% from 345); Green value is 65 (25.78% from 255 or 18.84% from 345); Blue value is 86 (33.98% from 255 or 24.93% from 345); Max value from RGB is 194 - color contains mainly: red. Hex color #C24156 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24156 is #3DBEA9. Grayscale: #6A6A6A. Windows color (decimal): -4046506 or 5652930. OLE color: 5652930.

HSL color Cylindrical-coordinate representation of color #C24156: hue angle of 350.23º 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 #C24156 is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 65 86 -
CMYK 0 0.66 0.56 0.24
HSL 350.23º 0.51% 0.51% -
HSV(B) 350.23º 0.66% 0.76% -
XYZ 25.82 15.92 10.52 -
YUV 105.97 116.74 190.79 -
System Red Green Blue C M Y K H S L
Decimal 194 65 86 0 0.66 0.56 0.24 350.23 0.51 0.51
Hex C2 41 56 0 42 38 18 15E 33 33
Octal 302 101 126 0 102 70 30 536 63 63
Binary 11000010 1000001 1010110 0 1000010 111000 11000 101011110 110011 110011

Color Harmonies of #C24156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24156

Black with #C24156

Text Example


Text Example

White with #C24156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24156; }

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

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

background-color css

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

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

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

border-color css

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

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

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