Html Css Color HEX #C1284F Old Rose

📋 copy color: '#C1284F'

red 193 ◦ green 40 ◦ blue 79

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

Shades of Old Rose #C1284F

Tints of Old Rose #C1284F

RGB

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

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

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

R = 61.86%
G = 12.82%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C1284F (or 0xC1284F) is known color: Old Rose. HEX triplet: C1, 28 and 4F. RGB value is (193,40,79). Sum of RGB (Red+Green+Blue) = 193+40+79=312 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.86% from 312); Green value is 40 (16.02% from 255 or 12.82% from 312); Blue value is 79 (31.25% from 255 or 25.32% from 312); Max value from RGB is 193 - color contains mainly: red. Hex color #C1284F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1284F is #3ED7B0. Grayscale: #5A5A5A. Windows color (decimal): -4118449 or 5187777. OLE color: 5187777.

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

Color convert

RGB 193 40 79 -
CMYK 0 0.79 0.59 0.24
HSL 344.71º 0.66% 0.46% -
HSV(B) 344.71º 0.79% 0.76% -
XYZ 24.16 13.42 8.71 -
YUV 90.19 121.69 201.33 -
System Red Green Blue C M Y K H S L
Decimal 193 40 79 0 0.79 0.59 0.24 344.71 0.66 0.46
Hex C1 28 4F 0 4F 3B 18 159 42 2E
Octal 301 50 117 0 117 73 30 531 102 56
Binary 11000001 101000 1001111 0 1001111 111011 11000 101011001 1000010 101110

Color Harmonies of #C1284F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1284F

Black with #C1284F

Text Example


Text Example

White with #C1284F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1284F; }

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

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

background-color css

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

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

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

border-color css

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

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

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