#ce5651

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

Shades of Valencia #CE5651

Tints of Valencia #CE5651

Color information

#CE5651 (or 0xCE5651) is unknown color: approx Valencia. HEX triplet: CE, 56 and 51. RGB value is (206,86,81). Sum of RGB (Red+Green+Blue) = 206+86+81=373 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.23% from 373); Green value is 86 (33.98% from 255 or 23.06% from 373); Blue value is 81 (32.03% from 255 or 21.72% from 373); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5651 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5651 is #31A9AE. Grayscale: #797979. Windows color (decimal): -3254703 or 5330638. OLE color: 5330638.

HSL color Cylindrical-coordinate representation of color #CE5651: hue angle of 2.4º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CE5651 is Cyan = 0, Magento = 0.58, Yellow = 0.61 and Black (K on CMYK) = 0.19.

Color convert

RGB2068681-
CMYK00.580.610.19
HSL2.4º56.05%56.27%-
HSV(B)2.4º60.68%80.78%-
XYZ30.2720.3710.12-
YUV121.31105.26188.41-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 55.23%
GREEN value IS 86 (33.98% from 255) = 23.06%
BLUE value IS 81 (32.03% from 255) = 21.72%
R=55.23%
G=23.06%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.61
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206868100.580.610.192.456.0556.27
HexCE565103A3D1323838
Octal316126121072752327070
Binary110011101010110101000101110101111011001110111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce5651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce5651; }

 p { color: rgb(206,86,81); }

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

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

 a { background-color: rgb(206,86,81); }

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

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

 span { border-color: rgb(206,86,81); }

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