#CF264D

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

Shades of Old Rose #CF264D

Tints of Old Rose #CF264D

Color information

#CF264D (or 0xCF264D) is unknown color: approx Old Rose. HEX triplet: CF, 26 and 4D. RGB value is (207,38,77). Sum of RGB (Red+Green+Blue) = 207+38+77=322 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.29% from 322); Green value is 38 (15.23% from 255 or 11.80% from 322); Blue value is 77 (30.47% from 255 or 23.91% from 322); Max value from RGB is 207 - color contains mainly: red. Hex color #CF264D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF264D is #30D9B2. Grayscale: #5C5C5C. Windows color (decimal): -3201459 or 5056207. OLE color: 5056207.

HSL color Cylindrical-coordinate representation of color #CF264D: hue angle of 346.15º 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 #CF264D is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.19.

Color convert

RGB2073877-
CMYK00.820.630.19
HSL346.15º68.98%48.04%-
HSV(B)346.15º81.64%81.18%-
XYZ27.7615.198.49-
YUV92.98118.99209.33-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 64.29%
GREEN value IS 38 (15.23% from 255) = 11.80%
BLUE value IS 77 (30.47% from 255) = 23.91%
R=64.29%
G=11.80%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.63
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207387700.820.630.19346.1568.9848.04
HexCF264D0523F1315a4530
Octal317461150122772353210560
Binary11001111100110100110101010010111111100111010110101000101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF264D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF264D; }

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

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

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

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

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

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

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

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