#C1434C

Color #C1434C Old Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Rose #C1434C

Tints of Old Rose #C1434C

Color information

#C1434C (or 0xC1434C) is unknown color: approx Old Rose. HEX triplet: C1, 43 and 4C. RGB value is (193,67,76). Sum of RGB (Red+Green+Blue) = 193+67+76=336 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.44% from 336); Green value is 67 (26.56% from 255 or 19.94% from 336); Blue value is 76 (30.08% from 255 or 22.62% from 336); Max value from RGB is 193 - color contains mainly: red. Hex color #C1434C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1434C is #3EBCB3. Grayscale: #696969. Windows color (decimal): -4111540 or 4998081. OLE color: 4998081.

HSL color Cylindrical-coordinate representation of color #C1434C: hue angle of 355.71º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C1434C is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB1936776-
CMYK00.650.610.24
HSL355.71º50.4%50.98%-
HSV(B)355.71º65.28%75.69%-
XYZ25.315.878.57-
YUV105.7111.24190.27-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 57.44%
GREEN value IS 67 (26.56% from 255) = 19.94%
BLUE value IS 76 (30.08% from 255) = 22.62%
R=57.44%
G=19.94%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193677600.650.610.24355.7150.450.98
HexC1434C0413D181643233
Octal301103114010175305446263
Binary11000001100001110011000100000111110111000101100100110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1434C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1434C; }

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

 H1.HeaderClassName
 {
   color: #C1434C;
 }
 .AnyTagClassName
 {
   color: #C1434C;
 }
</style>
background-color css

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

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

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

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

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

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