#C9265A

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

Shades of Old Rose #C9265A

Tints of Old Rose #C9265A

Color information

#C9265A (or 0xC9265A) is unknown color: approx Old Rose. HEX triplet: C9, 26 and 5A. RGB value is (201,38,90). Sum of RGB (Red+Green+Blue) = 201+38+90=329 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.09% from 329); Green value is 38 (15.23% from 255 or 11.55% from 329); Blue value is 90 (35.55% from 255 or 27.36% from 329); Max value from RGB is 201 - color contains mainly: red. Hex color #C9265A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9265A is #36D9A5. Grayscale: #5C5C5C. Windows color (decimal): -3594662 or 5908169. OLE color: 5908169.

HSL color Cylindrical-coordinate representation of color #C9265A: hue angle of 340.86º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C9265A is Cyan = 0, Magento = 0.81, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB2013890-
CMYK00.810.550.21
HSL340.86º68.2%46.86%-
HSV(B)340.86º81.09%78.82%-
XYZ26.6314.5411.08-
YUV92.66126.5205.27-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 61.09%
GREEN value IS 38 (15.23% from 255) = 11.55%
BLUE value IS 90 (35.55% from 255) = 27.36%
R=61.09%
G=11.55%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201389000.810.550.21340.8668.246.86
HexC9265A0513715155442f
Octal311461320121672552510457
Binary11001001100110101101001010001110111101011010101011000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9265A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9265A; }

 p { color: rgb(201,38,90); }

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

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

 a { background-color: rgb(201,38,90); }

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

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

 span { border-color: rgb(201,38,90); }

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