Html Css Color HEX #C2424F Old Rose

📋 copy color: '#C2424F'

red 194 ◦ green 66 ◦ blue 79

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

Shades of Old Rose #C2424F

Tints of Old Rose #C2424F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.47%

 BLUE value IS 79 (31.25% from 255) = 23.3%

R = 57.23%
G = 19.47%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C2424F (or 0xC2424F) is known color: Old Rose. HEX triplet: C2, 42 and 4F. RGB value is (194,66,79). Sum of RGB (Red+Green+Blue) = 194+66+79=339 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.23% from 339); Green value is 66 (26.17% from 255 or 19.47% from 339); Blue value is 79 (31.25% from 255 or 23.30% from 339); Max value from RGB is 194 - color contains mainly: red. Hex color #C2424F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2424F is #3DBDB0. Grayscale: #696969. Windows color (decimal): -4046257 or 5194434. OLE color: 5194434.

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

Color convert

RGB 194 66 79 -
CMYK 0 0.66 0.59 0.24
HSL 353.91º 0.51% 0.51% -
HSV(B) 353.91º 0.66% 0.76% -
XYZ 25.61 15.93 9.12 -
YUV 105.75 112.91 190.94 -
System Red Green Blue C M Y K H S L
Decimal 194 66 79 0 0.66 0.59 0.24 353.91 0.51 0.51
Hex C2 42 4F 0 42 3B 18 162 33 33
Octal 302 102 117 0 102 73 30 542 63 63
Binary 11000010 1000010 1001111 0 1000010 111011 11000 101100010 110011 110011

Color Harmonies of #C2424F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2424F

Black with #C2424F

Text Example


Text Example

White with #C2424F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2424F; }

 p { color: rgb(194,66,79); }

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

background-color css

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

 a { background-color: rgb(194,66,79); }

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

border-color css

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

 span { border-color: rgb(194,66,79); }

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