Html Css Color HEX #C24054 Old Rose

📋 copy color: '#C24054'

red 194 ◦ green 64 ◦ blue 84

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

Shades of Old Rose #C24054

Tints of Old Rose #C24054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 24.56%

R = 56.73%
G = 18.71%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C24054 (or 0xC24054) is known color: Old Rose. HEX triplet: C2, 40 and 54. RGB value is (194,64,84). Sum of RGB (Red+Green+Blue) = 194+64+84=342 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.73% from 342); Green value is 64 (25.39% from 255 or 18.71% from 342); Blue value is 84 (33.20% from 255 or 24.56% from 342); Max value from RGB is 194 - color contains mainly: red. Hex color #C24054 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24054 is #3DBFAB. Grayscale: #696969. Windows color (decimal): -4046764 or 5521602. OLE color: 5521602.

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

Color convert

RGB 194 64 84 -
CMYK 0 0.67 0.57 0.24
HSL 350.77º 0.52% 0.51% -
HSV(B) 350.77º 0.67% 0.76% -
XYZ 25.68 15.78 10.08 -
YUV 105.15 116.07 191.37 -
System Red Green Blue C M Y K H S L
Decimal 194 64 84 0 0.67 0.57 0.24 350.77 0.52 0.51
Hex C2 40 54 0 43 39 18 15F 34 33
Octal 302 100 124 0 103 71 30 537 64 63
Binary 11000010 1000000 1010100 0 1000011 111001 11000 101011111 110100 110011

Color Harmonies of #C24054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24054

Black with #C24054

Text Example


Text Example

White with #C24054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24054; }

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

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

background-color css

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

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

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

border-color css

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

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

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