Html Css Color HEX #C1214C Old Rose

📋 copy color: '#C1214C'

red 193 ◦ green 33 ◦ blue 76

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

Shades of Old Rose #C1214C

Tints of Old Rose #C1214C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 25.17%

R = 63.91%
G = 10.93%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C1214C (or 0xC1214C) is known color: Old Rose. HEX triplet: C1, 21 and 4C. RGB value is (193,33,76). Sum of RGB (Red+Green+Blue) = 193+33+76=302 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.91% from 302); Green value is 33 (13.28% from 255 or 10.93% from 302); Blue value is 76 (30.08% from 255 or 25.17% from 302); Max value from RGB is 193 - color contains mainly: red. Hex color #C1214C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1214C is #3EDEB3. Grayscale: #555555. Windows color (decimal): -4120244 or 4989377. OLE color: 4989377.

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

Color convert

RGB 193 33 76 -
CMYK 0 0.83 0.61 0.24
HSL 343.88º 0.71% 0.44% -
HSV(B) 343.88º 0.83% 0.76% -
XYZ 23.84 12.95 8.08 -
YUV 85.74 122.51 204.5 -
System Red Green Blue C M Y K H S L
Decimal 193 33 76 0 0.83 0.61 0.24 343.88 0.71 0.44
Hex C1 21 4C 0 53 3D 18 158 47 2C
Octal 301 41 114 0 123 75 30 530 107 54
Binary 11000001 100001 1001100 0 1010011 111101 11000 101011000 1000111 101100

Color Harmonies of #C1214C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1214C

Black with #C1214C

Text Example


Text Example

White with #C1214C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1214C; }

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

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

background-color css

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

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

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

border-color css

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

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

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