Html Css Color HEX #C24052 Old Rose

📋 copy color: '#C24052'

red 194 ◦ green 64 ◦ blue 82

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

Shades of Old Rose #C24052

Tints of Old Rose #C24052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 24.12%

R = 57.06%
G = 18.82%
B = 24.12%

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

#C24052 (or 0xC24052) is known color: Old Rose. HEX triplet: C2, 40 and 52. RGB value is (194,64,82). Sum of RGB (Red+Green+Blue) = 194+64+82=340 (45% of max value = 765). Red value is 194 (76.17% from 255 or 57.06% from 340); Green value is 64 (25.39% from 255 or 18.82% from 340); Blue value is 82 (32.42% from 255 or 24.12% from 340); Max value from RGB is 194 - color contains mainly: red. Hex color #C24052 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24052 is #3DBFAD. Grayscale: #686868. Windows color (decimal): -4046766 or 5390530. OLE color: 5390530.

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

Color convert

RGB 194 64 82 -
CMYK 0 0.67 0.58 0.24
HSL 351.69º 0.52% 0.51% -
HSV(B) 351.69º 0.67% 0.76% -
XYZ 25.6 15.75 9.67 -
YUV 104.92 115.07 191.54 -
System Red Green Blue C M Y K H S L
Decimal 194 64 82 0 0.67 0.58 0.24 351.69 0.52 0.51
Hex C2 40 52 0 43 3A 18 160 34 33
Octal 302 100 122 0 103 72 30 540 64 63
Binary 11000010 1000000 1010010 0 1000011 111010 11000 101100000 110100 110011

Color Harmonies of #C24052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24052

Black with #C24052

Text Example


Text Example

White with #C24052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24052; }

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

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

background-color css

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

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

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

border-color css

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

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

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