Html Css Color HEX #C2184F Old Rose

📋 copy color: '#C2184F'

red 194 ◦ green 24 ◦ blue 79

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

Shades of Old Rose #C2184F

Tints of Old Rose #C2184F

RGB

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

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

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

R = 65.32%
G = 8.08%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C2184F (or 0xC2184F) is known color: Old Rose. HEX triplet: C2, 18 and 4F. RGB value is (194,24,79). Sum of RGB (Red+Green+Blue) = 194+24+79=297 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.32% from 297); Green value is 24 (9.77% from 255 or 8.08% from 297); Blue value is 79 (31.25% from 255 or 26.60% from 297); Max value from RGB is 194 - color contains mainly: red. Hex color #C2184F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2184F is #3DE7B0. Grayscale: #515151. Windows color (decimal): -4057009 or 5183682. OLE color: 5183682.

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

Color convert

RGB 194 24 79 -
CMYK 0 0.88 0.59 0.24
HSL 340.59º 0.78% 0.43% -
HSV(B) 340.59º 0.88% 0.76% -
XYZ 23.99 12.69 8.58 -
YUV 81.1 126.82 208.53 -
System Red Green Blue C M Y K H S L
Decimal 194 24 79 0 0.88 0.59 0.24 340.59 0.78 0.43
Hex C2 18 4F 0 58 3B 18 155 4E 2B
Octal 302 30 117 0 130 73 30 525 116 53
Binary 11000010 11000 1001111 0 1011000 111011 11000 101010101 1001110 101011

Color Harmonies of #C2184F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2184F

Black with #C2184F

Text Example


Text Example

White with #C2184F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2184F; }

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

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

background-color css

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

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

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

border-color css

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

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

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