#C81C4E

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

Shades of Old Rose #C81C4E

Tints of Old Rose #C81C4E

Color information

#C81C4E (or 0xC81C4E) is unknown color: approx Old Rose. HEX triplet: C8, 1C and 4E. RGB value is (200,28,78). Sum of RGB (Red+Green+Blue) = 200+28+78=306 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.36% from 306); Green value is 28 (11.33% from 255 or 9.15% from 306); Blue value is 78 (30.86% from 255 or 25.49% from 306); Max value from RGB is 200 - color contains mainly: red. Hex color #C81C4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C81C4E is #37E3B1. Grayscale: #555555. Windows color (decimal): -3662770 or 5119176. OLE color: 5119176.

HSL color Cylindrical-coordinate representation of color #C81C4E: hue angle of 342.56º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C81C4E is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.22.

Color convert

RGB2002878-
CMYK00.860.610.22
HSL342.56º75.44%44.71%-
HSV(B)342.56º86%78.43%-
XYZ25.6113.668.49-
YUV85.13123.98209.93-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 65.36%
GREEN value IS 28 (11.33% from 255) = 9.15%
BLUE value IS 78 (30.86% from 255) = 25.49%
R=65.36%
G=9.15%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.61
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200287800.860.610.22342.5675.4444.71
HexC81C4E0563D161574b2d
Octal310341160126752652711355
Binary1100100011100100111001010110111101101101010101111001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C81C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C81C4E; }

 p { color: rgb(200,28,78); }

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

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

 a { background-color: rgb(200,28,78); }

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

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

 span { border-color: rgb(200,28,78); }

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