Html Css Color HEX #C2194F Old Rose

📋 copy color: '#C2194F'

red 194 ◦ green 25 ◦ blue 79

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

Shades of Old Rose #C2194F

Tints of Old Rose #C2194F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.39%

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

R = 65.1%
G = 8.39%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C2194F (or 0xC2194F) is known color: Old Rose. HEX triplet: C2, 19 and 4F. RGB value is (194,25,79). Sum of RGB (Red+Green+Blue) = 194+25+79=298 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.10% from 298); Green value is 25 (10.16% from 255 or 8.39% from 298); Blue value is 79 (31.25% from 255 or 26.51% from 298); Max value from RGB is 194 - color contains mainly: red. Hex color #C2194F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2194F is #3DE6B0. Grayscale: #515151. Windows color (decimal): -4056753 or 5183938. OLE color: 5183938.

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

Color convert

RGB 194 25 79 -
CMYK 0 0.87 0.59 0.24
HSL 340.83º 0.77% 0.43% -
HSV(B) 340.83º 0.87% 0.76% -
XYZ 24.01 12.73 8.59 -
YUV 81.69 126.49 208.11 -
System Red Green Blue C M Y K H S L
Decimal 194 25 79 0 0.87 0.59 0.24 340.83 0.77 0.43
Hex C2 19 4F 0 57 3B 18 155 4D 2B
Octal 302 31 117 0 127 73 30 525 115 53
Binary 11000010 11001 1001111 0 1010111 111011 11000 101010101 1001101 101011

Color Harmonies of #C2194F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2194F

Black with #C2194F

Text Example


Text Example

White with #C2194F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2194F; }

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

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

background-color css

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

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

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

border-color css

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

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

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