Html Css Color HEX #C24058 Old Rose

📋 copy color: '#C24058'

red 194 ◦ green 64 ◦ blue 88

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

Shades of Old Rose #C24058

Tints of Old Rose #C24058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 25.43%

R = 56.07%
G = 18.5%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C24058 (or 0xC24058) is known color: Old Rose. HEX triplet: C2, 40 and 58. RGB value is (194,64,88). Sum of RGB (Red+Green+Blue) = 194+64+88=346 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.07% from 346); Green value is 64 (25.39% from 255 or 18.50% from 346); Blue value is 88 (34.77% from 255 or 25.43% from 346); Max value from RGB is 194 - color contains mainly: red. Hex color #C24058 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24058 is #3DBFA7. Grayscale: #696969. Windows color (decimal): -4046760 or 5783746. OLE color: 5783746.

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

Color convert

RGB 194 64 88 -
CMYK 0 0.67 0.55 0.24
HSL 348.92º 0.52% 0.51% -
HSV(B) 348.92º 0.67% 0.76% -
XYZ 25.84 15.84 10.93 -
YUV 105.61 118.07 191.05 -
System Red Green Blue C M Y K H S L
Decimal 194 64 88 0 0.67 0.55 0.24 348.92 0.52 0.51
Hex C2 40 58 0 43 37 18 15D 34 33
Octal 302 100 130 0 103 67 30 535 64 63
Binary 11000010 1000000 1011000 0 1000011 110111 11000 101011101 110100 110011

Color Harmonies of #C24058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24058

Black with #C24058

Text Example


Text Example

White with #C24058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24058; }

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

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

background-color css

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

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

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

border-color css

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

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

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