Html Css Color HEX #C1164F Old Rose

📋 copy color: '#C1164F'

red 193 ◦ green 22 ◦ blue 79

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

Shades of Old Rose #C1164F

Tints of Old Rose #C1164F

RGB

 RED value IS 193 (75.78% from 255) = 65.65%

 GREEN value IS 22 (8.98% from 255) = 7.48%

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

R = 65.65%
G = 7.48%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C1164F (or 0xC1164F) is known color: Old Rose. HEX triplet: C1, 16 and 4F. RGB value is (193,22,79). Sum of RGB (Red+Green+Blue) = 193+22+79=294 (38% of max value = 765). Red value is 193 (75.78% from 255 or 65.65% from 294); Green value is 22 (8.98% from 255 or 7.48% from 294); Blue value is 79 (31.25% from 255 or 26.87% from 294); Max value from RGB is 193 - color contains mainly: red. Hex color #C1164F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1164F is #3EE9B0. Grayscale: #4F4F4F. Windows color (decimal): -4123057 or 5183169. OLE color: 5183169.

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

Color convert

RGB 193 22 79 -
CMYK 0 0.89 0.59 0.24
HSL 340º 0.8% 0.42% -
HSV(B) 340º 0.89% 0.76% -
XYZ 23.69 12.48 8.56 -
YUV 79.63 127.65 208.87 -
System Red Green Blue C M Y K H S L
Decimal 193 22 79 0 0.89 0.59 0.24 340 0.8 0.42
Hex C1 16 4F 0 59 3B 18 154 50 2A
Octal 301 26 117 0 131 73 30 524 120 52
Binary 11000001 10110 1001111 0 1011001 111011 11000 101010100 1010000 101010

Color Harmonies of #C1164F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1164F

Black with #C1164F

Text Example


Text Example

White with #C1164F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1164F; }

 p { color: rgb(193,22,79); }

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

background-color css

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

 a { background-color: rgb(193,22,79); }

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

border-color css

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

 span { border-color: rgb(193,22,79); }

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