Html Css Color HEX #C2184E Old Rose

📋 copy color: '#C2184E'

red 194 ◦ green 24 ◦ blue 78

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

Shades of Old Rose #C2184E

Tints of Old Rose #C2184E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.11%

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

R = 65.54%
G = 8.11%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C2184E (or 0xC2184E) is known color: Old Rose. HEX triplet: C2, 18 and 4E. RGB value is (194,24,78). Sum of RGB (Red+Green+Blue) = 194+24+78=296 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.54% from 296); Green value is 24 (9.77% from 255 or 8.11% from 296); Blue value is 78 (30.86% from 255 or 26.35% from 296); Max value from RGB is 194 - color contains mainly: red. Hex color #C2184E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2184E is #3DE7B1. Grayscale: #505050. Windows color (decimal): -4057010 or 5118146. OLE color: 5118146.

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

Color convert

RGB 194 24 78 -
CMYK 0 0.88 0.60 0.24
HSL 340.94º 0.78% 0.43% -
HSV(B) 340.94º 0.88% 0.76% -
XYZ 23.95 12.67 8.39 -
YUV 80.99 126.32 208.61 -
System Red Green Blue C M Y K H S L
Decimal 194 24 78 0 0.88 0.60 0.24 340.94 0.78 0.43
Hex C2 18 4E 0 58 3C 18 155 4E 2B
Octal 302 30 116 0 130 74 30 525 116 53
Binary 11000010 11000 1001110 0 1011000 111100 11000 101010101 1001110 101011

Color Harmonies of #C2184E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2184E

Black with #C2184E

Text Example


Text Example

White with #C2184E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2184E; }

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

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

background-color css

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

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

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

border-color css

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

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

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