Html Css Color HEX #C1254E Old Rose

📋 copy color: '#C1254E'

red 193 ◦ green 37 ◦ blue 78

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

Shades of Old Rose #C1254E

Tints of Old Rose #C1254E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.01%

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

R = 62.66%
G = 12.01%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C1254E (or 0xC1254E) is known color: Old Rose. HEX triplet: C1, 25 and 4E. RGB value is (193,37,78). Sum of RGB (Red+Green+Blue) = 193+37+78=308 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.66% from 308); Green value is 37 (14.84% from 255 or 12.01% from 308); Blue value is 78 (30.86% from 255 or 25.32% from 308); Max value from RGB is 193 - color contains mainly: red. Hex color #C1254E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1254E is #3EDAB1. Grayscale: #585858. Windows color (decimal): -4119218 or 5121473. OLE color: 5121473.

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

Color convert

RGB 193 37 78 -
CMYK 0 0.81 0.60 0.24
HSL 344.23º 0.68% 0.45% -
HSV(B) 344.23º 0.81% 0.76% -
XYZ 24.03 13.21 8.49 -
YUV 88.32 122.18 202.67 -
System Red Green Blue C M Y K H S L
Decimal 193 37 78 0 0.81 0.60 0.24 344.23 0.68 0.45
Hex C1 25 4E 0 51 3C 18 158 44 2D
Octal 301 45 116 0 121 74 30 530 104 55
Binary 11000001 100101 1001110 0 1010001 111100 11000 101011000 1000100 101101

Color Harmonies of #C1254E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1254E

Black with #C1254E

Text Example


Text Example

White with #C1254E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1254E; }

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

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

background-color css

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

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

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

border-color css

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

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

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