#c02754

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

Shades of Old Rose #C02754

Tints of Old Rose #C02754

Color information

#C02754 (or 0xC02754) is unknown color: approx Old Rose. HEX triplet: C0, 27 and 54. RGB value is (192,39,84). Sum of RGB (Red+Green+Blue) = 192+39+84=315 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.95% from 315); Green value is 39 (15.62% from 255 or 12.38% from 315); Blue value is 84 (33.20% from 255 or 26.67% from 315); Max value from RGB is 192 - color contains mainly: red. Hex color #C02754 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02754 is #3FD8AB. Grayscale: #595959. Windows color (decimal): -4184236 or 5515200. OLE color: 5515200.

HSL color Cylindrical-coordinate representation of color #C02754: hue angle of 342.35º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C02754 is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB1923984-
CMYK00.800.560.25
HSL342.35º66.23%45.29%-
HSV(B)342.35º79.69%75.29%-
XYZ24.0613.39.69-
YUV89.88124.69200.84-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 60.95%
GREEN value IS 39 (15.62% from 255) = 12.38%
BLUE value IS 84 (33.20% from 255) = 26.67%
R=60.95%
G=12.38%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192398400.800.560.25342.3566.2345.29
HexC027540503819156422d
Octal300471240120703152610255
Binary11000000100111101010001010000111000110011010101101000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c02754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c02754; }

 p { color: rgb(192,39,84); }

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

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

 a { background-color: rgb(192,39,84); }

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

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

 span { border-color: rgb(192,39,84); }

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