#C14056

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

Shades of Old Rose #C14056

Tints of Old Rose #C14056

Color information

#C14056 (or 0xC14056) is unknown color: approx Old Rose. HEX triplet: C1, 40 and 56. RGB value is (193,64,86). Sum of RGB (Red+Green+Blue) = 193+64+86=343 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.27% from 343); Green value is 64 (25.39% from 255 or 18.66% from 343); Blue value is 86 (33.98% from 255 or 25.07% from 343); Max value from RGB is 193 - color contains mainly: red. Hex color #C14056 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14056 is #3EBFA9. Grayscale: #696969. Windows color (decimal): -4112298 or 5652673. OLE color: 5652673.

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

Color convert

RGB1936486-
CMYK00.670.550.24
HSL349.77º50.99%50.39%-
HSV(B)349.77º66.84%75.69%-
XYZ25.5115.6810.49-
YUV105.08117.24190.71-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 56.27%
GREEN value IS 64 (25.39% from 255) = 18.66%
BLUE value IS 86 (33.98% from 255) = 25.07%
R=56.27%
G=18.66%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193648600.670.550.24349.7750.9950.39
HexC14056043371815e3332
Octal301100126010367305366362
Binary11000001100000010101100100001111011111000101011110110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14056; }

 p { color: rgb(193,64,86); }

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

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

 a { background-color: rgb(193,64,86); }

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

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

 span { border-color: rgb(193,64,86); }

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