Html Css Color HEX #C2194E Old Rose

📋 copy color: '#C2194E'

red 194 ◦ green 25 ◦ blue 78

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

Shades of Old Rose #C2194E

Tints of Old Rose #C2194E

RGB

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

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

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

R = 65.32%
G = 8.42%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C2194E (or 0xC2194E) is known color: Old Rose. HEX triplet: C2, 19 and 4E. RGB value is (194,25,78). Sum of RGB (Red+Green+Blue) = 194+25+78=297 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.32% from 297); Green value is 25 (10.16% from 255 or 8.42% from 297); Blue value is 78 (30.86% from 255 or 26.26% from 297); Max value from RGB is 194 - color contains mainly: red. Hex color #C2194E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2194E is #3DE6B1. Grayscale: #515151. Windows color (decimal): -4056754 or 5118402. OLE color: 5118402.

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

Color convert

RGB 194 25 78 -
CMYK 0 0.87 0.60 0.24
HSL 341.18º 0.77% 0.43% -
HSV(B) 341.18º 0.87% 0.76% -
XYZ 23.97 12.71 8.4 -
YUV 81.57 125.99 208.19 -
System Red Green Blue C M Y K H S L
Decimal 194 25 78 0 0.87 0.60 0.24 341.18 0.77 0.43
Hex C2 19 4E 0 57 3C 18 155 4D 2B
Octal 302 31 116 0 127 74 30 525 115 53
Binary 11000010 11001 1001110 0 1010111 111100 11000 101010101 1001101 101011

Color Harmonies of #C2194E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2194E

Black with #C2194E

Text Example


Text Example

White with #C2194E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2194E; }

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

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

background-color css

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

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

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

border-color css

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

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

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