Html Css Color HEX #C1254C Old Rose

📋 copy color: '#C1254C'

red 193 ◦ green 37 ◦ blue 76

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

Shades of Old Rose #C1254C

Tints of Old Rose #C1254C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 24.84%

R = 63.07%
G = 12.09%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C1254C (or 0xC1254C) is known color: Old Rose. HEX triplet: C1, 25 and 4C. RGB value is (193,37,76). Sum of RGB (Red+Green+Blue) = 193+37+76=306 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.07% from 306); Green value is 37 (14.84% from 255 or 12.09% from 306); Blue value is 76 (30.08% from 255 or 24.84% from 306); Max value from RGB is 193 - color contains mainly: red. Hex color #C1254C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1254C is #3EDAB3. Grayscale: #585858. Windows color (decimal): -4119220 or 4990401. OLE color: 4990401.

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

Color convert

RGB 193 37 76 -
CMYK 0 0.81 0.61 0.24
HSL 345º 0.68% 0.45% -
HSV(B) 345º 0.81% 0.76% -
XYZ 23.96 13.18 8.12 -
YUV 88.09 121.18 202.83 -
System Red Green Blue C M Y K H S L
Decimal 193 37 76 0 0.81 0.61 0.24 345 0.68 0.45
Hex C1 25 4C 0 51 3D 18 159 44 2D
Octal 301 45 114 0 121 75 30 531 104 55
Binary 11000001 100101 1001100 0 1010001 111101 11000 101011001 1000100 101101

Color Harmonies of #C1254C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1254C

Black with #C1254C

Text Example


Text Example

White with #C1254C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1254C; }

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

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

background-color css

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

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

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

border-color css

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

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

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