Html Css Color HEX #C24056 Old Rose

📋 copy color: '#C24056'

red 194 ◦ green 64 ◦ blue 86

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

Shades of Old Rose #C24056

Tints of Old Rose #C24056

RGB

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

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

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

R = 56.4%
G = 18.6%
B = 25%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C24056 (or 0xC24056) is known color: Old Rose. HEX triplet: C2, 40 and 56. RGB value is (194,64,86). Sum of RGB (Red+Green+Blue) = 194+64+86=344 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.40% from 344); Green value is 64 (25.39% from 255 or 18.60% from 344); Blue value is 86 (33.98% from 255 or 25% from 344); Max value from RGB is 194 - color contains mainly: red. Hex color #C24056 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24056 is #3DBFA9. Grayscale: #696969. Windows color (decimal): -4046762 or 5652674. OLE color: 5652674.

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

Color convert

RGB 194 64 86 -
CMYK 0 0.67 0.56 0.24
HSL 349.85º 0.52% 0.51% -
HSV(B) 349.85º 0.67% 0.76% -
XYZ 25.76 15.81 10.5 -
YUV 105.38 117.07 191.21 -
System Red Green Blue C M Y K H S L
Decimal 194 64 86 0 0.67 0.56 0.24 349.85 0.52 0.51
Hex C2 40 56 0 43 38 18 15E 34 33
Octal 302 100 126 0 103 70 30 536 64 63
Binary 11000010 1000000 1010110 0 1000011 111000 11000 101011110 110100 110011

Color Harmonies of #C24056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24056

Black with #C24056

Text Example


Text Example

White with #C24056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24056; }

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

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

background-color css

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

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

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

border-color css

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

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

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