Html Css Color HEX #C1284E Old Rose

📋 copy color: '#C1284E'

red 193 ◦ green 40 ◦ blue 78

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

Shades of Old Rose #C1284E

Tints of Old Rose #C1284E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.86%

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

R = 62.06%
G = 12.86%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C1284E (or 0xC1284E) is known color: Old Rose. HEX triplet: C1, 28 and 4E. RGB value is (193,40,78). Sum of RGB (Red+Green+Blue) = 193+40+78=311 (41% of max value = 765). Red value is 193 (75.78% from 255 or 62.06% from 311); Green value is 40 (16.02% from 255 or 12.86% from 311); Blue value is 78 (30.86% from 255 or 25.08% from 311); Max value from RGB is 193 - color contains mainly: red. Hex color #C1284E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1284E is #3ED7B1. Grayscale: #5A5A5A. Windows color (decimal): -4118450 or 5122241. OLE color: 5122241.

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

Color convert

RGB 193 40 78 -
CMYK 0 0.79 0.60 0.24
HSL 345.1º 0.66% 0.46% -
HSV(B) 345.1º 0.79% 0.76% -
XYZ 24.13 13.41 8.52 -
YUV 90.08 121.19 201.41 -
System Red Green Blue C M Y K H S L
Decimal 193 40 78 0 0.79 0.60 0.24 345.1 0.66 0.46
Hex C1 28 4E 0 4F 3C 18 159 42 2E
Octal 301 50 116 0 117 74 30 531 102 56
Binary 11000001 101000 1001110 0 1001111 111100 11000 101011001 1000010 101110

Color Harmonies of #C1284E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1284E

Black with #C1284E

Text Example


Text Example

White with #C1284E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1284E; }

 p { color: rgb(193,40,78); }

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

background-color css

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

 a { background-color: rgb(193,40,78); }

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

border-color css

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

 span { border-color: rgb(193,40,78); }

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