Html Css Color HEX #C1274F Old Rose

📋 copy color: '#C1274F'

red 193 ◦ green 39 ◦ blue 79

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

Shades of Old Rose #C1274F

Tints of Old Rose #C1274F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.54%

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

R = 62.06%
G = 12.54%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C1274F (or 0xC1274F) is known color: Old Rose. HEX triplet: C1, 27 and 4F. RGB value is (193,39,79). Sum of RGB (Red+Green+Blue) = 193+39+79=311 (41% of max value = 765). Red value is 193 (75.78% from 255 or 62.06% from 311); Green value is 39 (15.62% from 255 or 12.54% from 311); Blue value is 79 (31.25% from 255 or 25.40% from 311); Max value from RGB is 193 - color contains mainly: red. Hex color #C1274F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1274F is #3ED8B0. Grayscale: #595959. Windows color (decimal): -4118705 or 5187521. OLE color: 5187521.

HSL color Cylindrical-coordinate representation of color #C1274F: hue angle of 344.42º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C1274F is Cyan = 0, Magento = 0.80, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 39 79 -
CMYK 0 0.80 0.59 0.24
HSL 344.42º 0.66% 0.45% -
HSV(B) 344.42º 0.8% 0.76% -
XYZ 24.13 13.35 8.7 -
YUV 89.61 122.02 201.75 -
System Red Green Blue C M Y K H S L
Decimal 193 39 79 0 0.80 0.59 0.24 344.42 0.66 0.45
Hex C1 27 4F 0 50 3B 18 158 42 2D
Octal 301 47 117 0 120 73 30 530 102 55
Binary 11000001 100111 1001111 0 1010000 111011 11000 101011000 1000010 101101

Color Harmonies of #C1274F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1274F

Black with #C1274F

Text Example


Text Example

White with #C1274F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1274F; }

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

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

background-color css

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

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

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

border-color css

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

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

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