#C4275B

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

Shades of Old Rose #C4275B

Tints of Old Rose #C4275B

Color information

#C4275B (or 0xC4275B) is unknown color: approx Old Rose. HEX triplet: C4, 27 and 5B. RGB value is (196,39,91). Sum of RGB (Red+Green+Blue) = 196+39+91=326 (43% of max value = 765). Red value is 196 (76.95% from 255 or 60.12% from 326); Green value is 39 (15.62% from 255 or 11.96% from 326); Blue value is 91 (35.94% from 255 or 27.91% from 326); Max value from RGB is 196 - color contains mainly: red. Hex color #C4275B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4275B is #3BD8A4. Grayscale: #5B5B5B. Windows color (decimal): -3922085 or 5973956. OLE color: 5973956.

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

Color convert

RGB1963991-
CMYK00.800.540.23
HSL340.13º66.81%46.08%-
HSV(B)340.13º80.1%76.86%-
XYZ25.3813.9411.25-
YUV91.87127.51202.27-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 60.12%
GREEN value IS 39 (15.62% from 255) = 11.96%
BLUE value IS 91 (35.94% from 255) = 27.91%
R=60.12%
G=11.96%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.54
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196399100.800.540.23340.1366.8146.08
HexC4275B0503617154432e
Octal304471330120662752410356
Binary11000100100111101101101010000110110101111010101001000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4275B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4275B; }

 p { color: rgb(196,39,91); }

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

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

 a { background-color: rgb(196,39,91); }

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

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

 span { border-color: rgb(196,39,91); }

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