Html Css Color HEX #C2424A Old Rose

📋 copy color: '#C2424A'

red 194 ◦ green 66 ◦ blue 74

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

Shades of Old Rose #C2424A

Tints of Old Rose #C2424A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.16%

R = 58.08%
G = 19.76%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C2424A (or 0xC2424A) is known color: Old Rose. HEX triplet: C2, 42 and 4A. RGB value is (194,66,74). Sum of RGB (Red+Green+Blue) = 194+66+74=334 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.08% from 334); Green value is 66 (26.17% from 255 or 19.76% from 334); Blue value is 74 (29.30% from 255 or 22.16% from 334); Max value from RGB is 194 - color contains mainly: red. Hex color #C2424A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2424A is #3DBDB5. Grayscale: #696969. Windows color (decimal): -4046262 or 4866754. OLE color: 4866754.

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

Color convert

RGB 194 66 74 -
CMYK 0 0.66 0.62 0.24
HSL 356.25º 0.51% 0.51% -
HSV(B) 356.25º 0.66% 0.76% -
XYZ 25.43 15.86 8.2 -
YUV 105.18 110.41 191.35 -
System Red Green Blue C M Y K H S L
Decimal 194 66 74 0 0.66 0.62 0.24 356.25 0.51 0.51
Hex C2 42 4A 0 42 3E 18 164 33 33
Octal 302 102 112 0 102 76 30 544 63 63
Binary 11000010 1000010 1001010 0 1000010 111110 11000 101100100 110011 110011

Color Harmonies of #C2424A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2424A

Black with #C2424A

Text Example


Text Example

White with #C2424A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2424A; }

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

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

background-color css

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

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

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

border-color css

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

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

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