#CF2652

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

Shades of Old Rose #CF2652

Tints of Old Rose #CF2652

Color information

#CF2652 (or 0xCF2652) is unknown color: approx Old Rose. HEX triplet: CF, 26 and 52. RGB value is (207,38,82). Sum of RGB (Red+Green+Blue) = 207+38+82=327 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.30% from 327); Green value is 38 (15.23% from 255 or 11.62% from 327); Blue value is 82 (32.42% from 255 or 25.08% from 327); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2652 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2652 is #30D9AD. Grayscale: #5D5D5D. Windows color (decimal): -3201454 or 5383887. OLE color: 5383887.

HSL color Cylindrical-coordinate representation of color #CF2652: hue angle of 344.38º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CF2652 is Cyan = 0, Magento = 0.82, Yellow = 0.60 and Black (K on CMYK) = 0.19.

Color convert

RGB2073882-
CMYK00.820.600.19
HSL344.38º68.98%48.04%-
HSV(B)344.38º81.64%81.18%-
XYZ27.9515.269.46-
YUV93.55121.49208.92-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 63.30%
GREEN value IS 38 (15.23% from 255) = 11.62%
BLUE value IS 82 (32.42% from 255) = 25.08%
R=63.30%
G=11.62%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.60
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207388200.820.600.19344.3868.9848.04
HexCF26520523C131584530
Octal317461220122742353010560
Binary11001111100110101001001010010111100100111010110001000101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF2652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF2652; }

 p { color: rgb(207,38,82); }

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

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

 a { background-color: rgb(207,38,82); }

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

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

 span { border-color: rgb(207,38,82); }

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