Html Css Color HEX #C2314C Old Rose

📋 copy color: '#C2314C'

red 194 ◦ green 49 ◦ blue 76

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

Shades of Old Rose #C2314C

Tints of Old Rose #C2314C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 23.82%

R = 60.82%
G = 15.36%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C2314C (or 0xC2314C) is known color: Old Rose. HEX triplet: C2, 31 and 4C. RGB value is (194,49,76). Sum of RGB (Red+Green+Blue) = 194+49+76=319 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.82% from 319); Green value is 49 (19.53% from 255 or 15.36% from 319); Blue value is 76 (30.08% from 255 or 23.82% from 319); Max value from RGB is 194 - color contains mainly: red. Hex color #C2314C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2314C is #3DCEB3. Grayscale: #5F5F5F. Windows color (decimal): -4050612 or 4993474. OLE color: 4993474.

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

Color convert

RGB 194 49 76 -
CMYK 0 0.75 0.61 0.24
HSL 348.83º 0.6% 0.48% -
HSV(B) 348.83º 0.75% 0.76% -
XYZ 24.65 14.19 8.28 -
YUV 95.43 117.04 198.3 -
System Red Green Blue C M Y K H S L
Decimal 194 49 76 0 0.75 0.61 0.24 348.83 0.6 0.48
Hex C2 31 4C 0 4B 3D 18 15D 3C 30
Octal 302 61 114 0 113 75 30 535 74 60
Binary 11000010 110001 1001100 0 1001011 111101 11000 101011101 111100 110000

Color Harmonies of #C2314C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2314C

Black with #C2314C

Text Example


Text Example

White with #C2314C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2314C; }

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

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

background-color css

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

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

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

border-color css

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

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

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