Html Css Color HEX #C24051 Old Rose

📋 copy color: '#C24051'

red 194 ◦ green 64 ◦ blue 81

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

Shades of Old Rose #C24051

Tints of Old Rose #C24051

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.88%

 BLUE value IS 81 (32.03% from 255) = 23.89%

R = 57.23%
G = 18.88%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C24051 (or 0xC24051) is known color: Old Rose. HEX triplet: C2, 40 and 51. RGB value is (194,64,81). Sum of RGB (Red+Green+Blue) = 194+64+81=339 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.23% from 339); Green value is 64 (25.39% from 255 or 18.88% from 339); Blue value is 81 (32.03% from 255 or 23.89% from 339); Max value from RGB is 194 - color contains mainly: red. Hex color #C24051 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24051 is #3DBFAE. Grayscale: #686868. Windows color (decimal): -4046767 or 5324994. OLE color: 5324994.

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

Color convert

RGB 194 64 81 -
CMYK 0 0.67 0.58 0.24
HSL 352.15º 0.52% 0.51% -
HSV(B) 352.15º 0.67% 0.76% -
XYZ 25.57 15.73 9.47 -
YUV 104.81 114.57 191.62 -
System Red Green Blue C M Y K H S L
Decimal 194 64 81 0 0.67 0.58 0.24 352.15 0.52 0.51
Hex C2 40 51 0 43 3A 18 160 34 33
Octal 302 100 121 0 103 72 30 540 64 63
Binary 11000010 1000000 1010001 0 1000011 111010 11000 101100000 110100 110011

Color Harmonies of #C24051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24051

Black with #C24051

Text Example


Text Example

White with #C24051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24051; }

 p { color: rgb(194,64,81); }

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

background-color css

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

 a { background-color: rgb(194,64,81); }

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

border-color css

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

 span { border-color: rgb(194,64,81); }

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