Html Css Color HEX #C2294F Old Rose

📋 copy color: '#C2294F'

red 194 ◦ green 41 ◦ blue 79

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

Shades of Old Rose #C2294F

Tints of Old Rose #C2294F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.06%

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

R = 61.78%
G = 13.06%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C2294F (or 0xC2294F) is known color: Old Rose. HEX triplet: C2, 29 and 4F. RGB value is (194,41,79). Sum of RGB (Red+Green+Blue) = 194+41+79=314 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.78% from 314); Green value is 41 (16.41% from 255 or 13.06% from 314); Blue value is 79 (31.25% from 255 or 25.16% from 314); Max value from RGB is 194 - color contains mainly: red. Hex color #C2294F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2294F is #3DD6B0. Grayscale: #5B5B5B. Windows color (decimal): -4052657 or 5188034. OLE color: 5188034.

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

Color convert

RGB 194 41 79 -
CMYK 0 0.79 0.59 0.24
HSL 345.1º 0.65% 0.46% -
HSV(B) 345.1º 0.79% 0.76% -
XYZ 24.45 13.62 8.74 -
YUV 91.08 121.19 201.41 -
System Red Green Blue C M Y K H S L
Decimal 194 41 79 0 0.79 0.59 0.24 345.1 0.65 0.46
Hex C2 29 4F 0 4F 3B 18 159 41 2E
Octal 302 51 117 0 117 73 30 531 101 56
Binary 11000010 101001 1001111 0 1001111 111011 11000 101011001 1000001 101110

Color Harmonies of #C2294F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2294F

Black with #C2294F

Text Example


Text Example

White with #C2294F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2294F; }

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

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

background-color css

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

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

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

border-color css

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

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

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