#C3275F

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

Shades of Old Rose #C3275F

Tints of Old Rose #C3275F

Color information

#C3275F (or 0xC3275F) is unknown color: approx Old Rose. HEX triplet: C3, 27 and 5F. RGB value is (195,39,95). Sum of RGB (Red+Green+Blue) = 195+39+95=329 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.27% from 329); Green value is 39 (15.62% from 255 or 11.85% from 329); Blue value is 95 (37.5% from 255 or 28.88% from 329); Max value from RGB is 195 - color contains mainly: red. Hex color #C3275F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3275F is #3CD8A0. Grayscale: #5B5B5B. Windows color (decimal): -3987617 or 6236099. OLE color: 6236099.

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

Color convert

RGB1953995-
CMYK00.800.510.24
HSL338.46º66.67%45.88%-
HSV(B)338.46º80%76.47%-
XYZ25.313.8812.17-
YUV92.03129.68201.45-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 59.27%
GREEN value IS 39 (15.62% from 255) = 11.85%
BLUE value IS 95 (37.5% from 255) = 28.88%
R=59.27%
G=11.85%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195399500.800.510.24338.4666.6745.88
HexC3275F0503318152432e
Octal303471370120633052210356
Binary11000011100111101111101010000110011110001010100101000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3275F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3275F; }

 p { color: rgb(195,39,95); }

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

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

 a { background-color: rgb(195,39,95); }

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

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

 span { border-color: rgb(195,39,95); }

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