#C0265F

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

Shades of Old Rose #C0265F

Tints of Old Rose #C0265F

Color information

#C0265F (or 0xC0265F) is unknown color: approx Old Rose. HEX triplet: C0, 26 and 5F. RGB value is (192,38,95). Sum of RGB (Red+Green+Blue) = 192+38+95=325 (43% of max value = 765). Red value is 192 (75.39% from 255 or 59.08% from 325); Green value is 38 (15.23% from 255 or 11.69% from 325); Blue value is 95 (37.5% from 255 or 29.23% from 325); Max value from RGB is 192 - color contains mainly: red. Hex color #C0265F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0265F is #3FD9A0. Grayscale: #5A5A5A. Windows color (decimal): -4184481 or 6235840. OLE color: 6235840.

HSL color Cylindrical-coordinate representation of color #C0265F: hue angle of 337.79º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C0265F is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB1923895-
CMYK00.800.510.25
HSL337.79º66.96%45.1%-
HSV(B)337.79º80.21%75.29%-
XYZ24.513.4212.13-
YUV90.54130.52200.37-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 59.08%
GREEN value IS 38 (15.23% from 255) = 11.69%
BLUE value IS 95 (37.5% from 255) = 29.23%
R=59.08%
G=11.69%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192389500.800.510.25337.7966.9645.1
HexC0265F0503319152432d
Octal300461370120633152210355
Binary11000000100110101111101010000110011110011010100101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0265F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0265F; }

 p { color: rgb(192,38,95); }

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

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

 a { background-color: rgb(192,38,95); }

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

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

 span { border-color: rgb(192,38,95); }

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