#C1424D

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

Shades of Old Rose #C1424D

Tints of Old Rose #C1424D

Color information

#C1424D (or 0xC1424D) is unknown color: approx Old Rose. HEX triplet: C1, 42 and 4D. RGB value is (193,66,77). Sum of RGB (Red+Green+Blue) = 193+66+77=336 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.44% from 336); Green value is 66 (26.17% from 255 or 19.64% from 336); Blue value is 77 (30.47% from 255 or 22.92% from 336); Max value from RGB is 193 - color contains mainly: red. Hex color #C1424D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1424D is #3EBDB2. Grayscale: #696969. Windows color (decimal): -4111795 or 5063361. OLE color: 5063361.

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

Color convert

RGB1936677-
CMYK00.660.600.24
HSL354.8º50.6%50.78%-
HSV(B)354.8º65.8%75.69%-
XYZ25.2815.778.73-
YUV105.23112.08190.61-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 57.44%
GREEN value IS 66 (26.17% from 255) = 19.64%
BLUE value IS 77 (30.47% from 255) = 22.92%
R=57.44%
G=19.64%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193667700.660.600.24354.850.650.78
HexC1424D0423C181633333
Octal301102115010274305436363
Binary11000001100001010011010100001011110011000101100011110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1424D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1424D; }

 p { color: rgb(193,66,77); }

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

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

 a { background-color: rgb(193,66,77); }

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

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

 span { border-color: rgb(193,66,77); }

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