#C6265F

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

Shades of Old Rose #C6265F

Tints of Old Rose #C6265F

Color information

#C6265F (or 0xC6265F) is unknown color: approx Old Rose. HEX triplet: C6, 26 and 5F. RGB value is (198,38,95). Sum of RGB (Red+Green+Blue) = 198+38+95=331 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.82% from 331); Green value is 38 (15.23% from 255 or 11.48% from 331); Blue value is 95 (37.5% from 255 or 28.70% from 331); Max value from RGB is 198 - color contains mainly: red. Hex color #C6265F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6265F is #39D9A0. Grayscale: #5C5C5C. Windows color (decimal): -3791265 or 6235846. OLE color: 6235846.

HSL color Cylindrical-coordinate representation of color #C6265F: hue angle of 338.62º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C6265F is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB1983895-
CMYK00.810.520.22
HSL338.62º67.8%46.27%-
HSV(B)338.62º80.81%77.65%-
XYZ26.0514.2212.2-
YUV92.34129.51203.37-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 59.82%
GREEN value IS 38 (15.23% from 255) = 11.48%
BLUE value IS 95 (37.5% from 255) = 28.70%
R=59.82%
G=11.48%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198389500.810.520.22338.6267.846.27
HexC6265F0513416153442e
Octal306461370121642652310456
Binary11000110100110101111101010001110100101101010100111000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6265F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6265F; }

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

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

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

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

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

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

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

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