#C34054

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

Shades of Old Rose #C34054

Tints of Old Rose #C34054

Color information

#C34054 (or 0xC34054) is unknown color: approx Old Rose. HEX triplet: C3, 40 and 54. RGB value is (195,64,84). Sum of RGB (Red+Green+Blue) = 195+64+84=343 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.85% from 343); Green value is 64 (25.39% from 255 or 18.66% from 343); Blue value is 84 (33.20% from 255 or 24.49% from 343); Max value from RGB is 195 - color contains mainly: red. Hex color #C34054 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34054 is #3CBFAB. Grayscale: #696969. Windows color (decimal): -3981228 or 5521603. OLE color: 5521603.

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

Color convert

RGB1956484-
CMYK00.670.570.24
HSL350.84º52.19%50.78%-
HSV(B)350.84º67.18%76.47%-
XYZ25.9415.9110.09-
YUV105.45115.9191.87-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 56.85%
GREEN value IS 64 (25.39% from 255) = 18.66%
BLUE value IS 84 (33.20% from 255) = 24.49%
R=56.85%
G=18.66%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195648400.670.570.24350.8452.1950.78
HexC34054043391815f3433
Octal303100124010371305376463
Binary11000011100000010101000100001111100111000101011111110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34054; }

 p { color: rgb(195,64,84); }

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

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

 a { background-color: rgb(195,64,84); }

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

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

 span { border-color: rgb(195,64,84); }

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