#C6215F

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

Shades of Old Rose #C6215F

Tints of Old Rose #C6215F

Color information

#C6215F (or 0xC6215F) is unknown color: approx Old Rose. HEX triplet: C6, 21 and 5F. RGB value is (198,33,95). Sum of RGB (Red+Green+Blue) = 198+33+95=326 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.74% from 326); Green value is 33 (13.28% from 255 or 10.12% from 326); Blue value is 95 (37.5% from 255 or 29.14% from 326); Max value from RGB is 198 - color contains mainly: red. Hex color #C6215F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6215F is #39DEA0. Grayscale: #595959. Windows color (decimal): -3792545 or 6234566. OLE color: 6234566.

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

Color convert

RGB1983395-
CMYK00.830.520.22
HSL337.45º71.43%45.29%-
HSV(B)337.45º83.33%77.65%-
XYZ25.913.9212.15-
YUV89.4131.16205.46-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 60.74%
GREEN value IS 33 (13.28% from 255) = 10.12%
BLUE value IS 95 (37.5% from 255) = 29.14%
R=60.74%
G=10.12%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198339500.830.520.22337.4571.4345.29
HexC6215F0533416151472d
Octal306411370123642652110755
Binary11000110100001101111101010011110100101101010100011000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6215F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6215F; }

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

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

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

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

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

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

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

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