Html Css Color HEX #C2314A Old Rose

📋 copy color: '#C2314A'

red 194 ◦ green 49 ◦ blue 74

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

Shades of Old Rose #C2314A

Tints of Old Rose #C2314A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.46%

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

R = 61.2%
G = 15.46%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C2314A (or 0xC2314A) is known color: Old Rose. HEX triplet: C2, 31 and 4A. RGB value is (194,49,74). Sum of RGB (Red+Green+Blue) = 194+49+74=317 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.20% from 317); Green value is 49 (19.53% from 255 or 15.46% from 317); Blue value is 74 (29.30% from 255 or 23.34% from 317); Max value from RGB is 194 - color contains mainly: red. Hex color #C2314A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2314A is #3DCEB5. Grayscale: #5F5F5F. Windows color (decimal): -4050614 or 4862402. OLE color: 4862402.

HSL color Cylindrical-coordinate representation of color #C2314A: hue angle of 349.66º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C2314A is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 49 74 -
CMYK 0 0.75 0.62 0.24
HSL 349.66º 0.6% 0.48% -
HSV(B) 349.66º 0.75% 0.76% -
XYZ 24.58 14.16 7.92 -
YUV 95.21 116.04 198.47 -
System Red Green Blue C M Y K H S L
Decimal 194 49 74 0 0.75 0.62 0.24 349.66 0.6 0.48
Hex C2 31 4A 0 4B 3E 18 15E 3C 30
Octal 302 61 112 0 113 76 30 536 74 60
Binary 11000010 110001 1001010 0 1001011 111110 11000 101011110 111100 110000

Color Harmonies of #C2314A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2314A

Black with #C2314A

Text Example


Text Example

White with #C2314A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2314A; }

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

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

background-color css

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

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

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

border-color css

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

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

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