#C02767

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

Shades of Old Rose #C02767

Tints of Old Rose #C02767

Color information

#C02767 (or 0xC02767) is unknown color: approx Old Rose. HEX triplet: C0, 27 and 67. RGB value is (192,39,103). Sum of RGB (Red+Green+Blue) = 192+39+103=334 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.49% from 334); Green value is 39 (15.62% from 255 or 11.68% from 334); Blue value is 103 (40.62% from 255 or 30.84% from 334); Max value from RGB is 192 - color contains mainly: red. Hex color #C02767 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02767 is #3FD898. Grayscale: #5B5B5B. Windows color (decimal): -4184217 or 6760384. OLE color: 6760384.

HSL color Cylindrical-coordinate representation of color #C02767: hue angle of 334.9º 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 #C02767 is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB19239103-
CMYK00.800.460.25
HSL334.9º66.23%45.29%-
HSV(B)334.9º79.69%75.29%-
XYZ24.9113.6414.15-
YUV92.04134.19199.3-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 57.49%
GREEN value IS 39 (15.62% from 255) = 11.68%
BLUE value IS 103 (40.62% from 255) = 30.84%
R=57.49%
G=11.68%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1923910300.800.460.25334.966.2345.29
HexC027670502E1914f422d
Octal300471470120563151710255
Binary11000000100111110011101010000101110110011010011111000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02767; }

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

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

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

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

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

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

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

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