#CC2650

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

Shades of Old Rose #CC2650

Tints of Old Rose #CC2650

Color information

#CC2650 (or 0xCC2650) is unknown color: approx Old Rose. HEX triplet: CC, 26 and 50. RGB value is (204,38,80). Sum of RGB (Red+Green+Blue) = 204+38+80=322 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.35% from 322); Green value is 38 (15.23% from 255 or 11.80% from 322); Blue value is 80 (31.64% from 255 or 24.84% from 322); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2650 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2650 is #33D9AF. Grayscale: #5C5C5C. Windows color (decimal): -3398064 or 5252812. OLE color: 5252812.

HSL color Cylindrical-coordinate representation of color #CC2650: hue angle of 344.82º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC2650 is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.2.

Color convert

RGB2043880-
CMYK00.810.610.2
HSL344.82º68.6%47.45%-
HSV(B)344.82º81.37%80%-
XYZ27.0414.89.02-
YUV92.42121207.58-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 63.35%
GREEN value IS 38 (15.23% from 255) = 11.80%
BLUE value IS 80 (31.64% from 255) = 24.84%
R=63.35%
G=11.80%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.61
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204388000.810.610.2344.8268.647.45
HexCC26500513D14159452f
Octal314461200121752453110557
Binary11001100100110101000001010001111101101001010110011000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2650; }

 p { color: rgb(204,38,80); }

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

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

 a { background-color: rgb(204,38,80); }

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

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

 span { border-color: rgb(204,38,80); }

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