Html Css Color HEX #C1284A Old Rose

📋 copy color: '#C1284A'

red 193 ◦ green 40 ◦ blue 74

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

Shades of Old Rose #C1284A

Tints of Old Rose #C1284A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 24.1%

R = 62.87%
G = 13.03%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C1284A (or 0xC1284A) is known color: Old Rose. HEX triplet: C1, 28 and 4A. RGB value is (193,40,74). Sum of RGB (Red+Green+Blue) = 193+40+74=307 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.87% from 307); Green value is 40 (16.02% from 255 or 13.03% from 307); Blue value is 74 (29.30% from 255 or 24.10% from 307); Max value from RGB is 193 - color contains mainly: red. Hex color #C1284A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1284A is #3ED7B5. Grayscale: #595959. Windows color (decimal): -4118454 or 4860097. OLE color: 4860097.

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

Color convert

RGB 193 40 74 -
CMYK 0 0.79 0.62 0.24
HSL 346.67º 0.66% 0.46% -
HSV(B) 346.67º 0.79% 0.76% -
XYZ 23.99 13.35 7.79 -
YUV 89.62 119.19 201.74 -
System Red Green Blue C M Y K H S L
Decimal 193 40 74 0 0.79 0.62 0.24 346.67 0.66 0.46
Hex C1 28 4A 0 4F 3E 18 15B 42 2E
Octal 301 50 112 0 117 76 30 533 102 56
Binary 11000001 101000 1001010 0 1001111 111110 11000 101011011 1000010 101110

Color Harmonies of #C1284A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1284A

Black with #C1284A

Text Example


Text Example

White with #C1284A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1284A; }

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

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

background-color css

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

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

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

border-color css

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

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

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