Html Css Color HEX #C2314E Old Rose

📋 copy color: '#C2314E'

red 194 ◦ green 49 ◦ blue 78

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

Shades of Old Rose #C2314E

Tints of Old Rose #C2314E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 24.3%

R = 60.44%
G = 15.26%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C2314E (or 0xC2314E) is known color: Old Rose. HEX triplet: C2, 31 and 4E. RGB value is (194,49,78). Sum of RGB (Red+Green+Blue) = 194+49+78=321 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.44% from 321); Green value is 49 (19.53% from 255 or 15.26% from 321); Blue value is 78 (30.86% from 255 or 24.30% from 321); Max value from RGB is 194 - color contains mainly: red. Hex color #C2314E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2314E is #3DCEB1. Grayscale: #5F5F5F. Windows color (decimal): -4050610 or 5124546. OLE color: 5124546.

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

Color convert

RGB 194 49 78 -
CMYK 0 0.75 0.60 0.24
HSL 348º 0.6% 0.48% -
HSV(B) 348º 0.75% 0.76% -
XYZ 24.72 14.22 8.65 -
YUV 95.66 118.04 198.14 -
System Red Green Blue C M Y K H S L
Decimal 194 49 78 0 0.75 0.60 0.24 348 0.6 0.48
Hex C2 31 4E 0 4B 3C 18 15C 3C 30
Octal 302 61 116 0 113 74 30 534 74 60
Binary 11000010 110001 1001110 0 1001011 111100 11000 101011100 111100 110000

Color Harmonies of #C2314E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2314E

Black with #C2314E

Text Example


Text Example

White with #C2314E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2314E; }

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

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

background-color css

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

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

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

border-color css

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

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

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