#C9305A

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

Shades of Old Rose #C9305A

Tints of Old Rose #C9305A

Color information

#C9305A (or 0xC9305A) is unknown color: approx Old Rose. HEX triplet: C9, 30 and 5A. RGB value is (201,48,90). Sum of RGB (Red+Green+Blue) = 201+48+90=339 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.29% from 339); Green value is 48 (19.14% from 255 or 14.16% from 339); Blue value is 90 (35.55% from 255 or 26.55% from 339); Max value from RGB is 201 - color contains mainly: red. Hex color #C9305A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9305A is #36CFA5. Grayscale: #626262. Windows color (decimal): -3592102 or 5910729. OLE color: 5910729.

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

Color convert

RGB2014890-
CMYK00.760.550.21
HSL343.53º61.45%48.82%-
HSV(B)343.53º76.12%78.82%-
XYZ26.9915.2711.2-
YUV98.54123.19201.08-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 59.29%
GREEN value IS 48 (19.14% from 255) = 14.16%
BLUE value IS 90 (35.55% from 255) = 26.55%
R=59.29%
G=14.16%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201489000.760.550.21343.5361.4548.82
HexC9305A04C37151583d31
Octal31160132011467255307561
Binary1100100111000010110100100110011011110101101011000111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9305A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9305A; }

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

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

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

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

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

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

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

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