Html Css Color HEX #C12156 Old Rose

📋 copy color: '#C12156'

red 193 ◦ green 33 ◦ blue 86

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

Shades of Old Rose #C12156

Tints of Old Rose #C12156

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.58%

 BLUE value IS 86 (33.98% from 255) = 27.56%

R = 61.86%
G = 10.58%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C12156 (or 0xC12156) is known color: Old Rose. HEX triplet: C1, 21 and 56. RGB value is (193,33,86). Sum of RGB (Red+Green+Blue) = 193+33+86=312 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.86% from 312); Green value is 33 (13.28% from 255 or 10.58% from 312); Blue value is 86 (33.98% from 255 or 27.56% from 312); Max value from RGB is 193 - color contains mainly: red. Hex color #C12156 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12156 is #3EDEA9. Grayscale: #565656. Windows color (decimal): -4120234 or 5644737. OLE color: 5644737.

HSL color Cylindrical-coordinate representation of color #C12156: hue angle of 340.12º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C12156 is Cyan = 0, Magento = 0.83, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 33 86 -
CMYK 0 0.83 0.55 0.24
HSL 340.13º 0.71% 0.44% -
HSV(B) 340.13º 0.83% 0.76% -
XYZ 24.22 13.1 10.06 -
YUV 86.88 127.51 203.69 -
System Red Green Blue C M Y K H S L
Decimal 193 33 86 0 0.83 0.55 0.24 340.13 0.71 0.44
Hex C1 21 56 0 53 37 18 154 47 2C
Octal 301 41 126 0 123 67 30 524 107 54
Binary 11000001 100001 1010110 0 1010011 110111 11000 101010100 1000111 101100

Color Harmonies of #C12156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12156

Black with #C12156

Text Example


Text Example

White with #C12156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12156; }

 p { color: rgb(193,33,86); }

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

background-color css

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

 a { background-color: rgb(193,33,86); }

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

border-color css

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

 span { border-color: rgb(193,33,86); }

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