#CE5751

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

Shades of Valencia #CE5751

Tints of Valencia #CE5751

Color information

#CE5751 (or 0xCE5751) is unknown color: approx Valencia. HEX triplet: CE, 57 and 51. RGB value is (206,87,81). Sum of RGB (Red+Green+Blue) = 206+87+81=374 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.08% from 374); Green value is 87 (34.38% from 255 or 23.26% from 374); Blue value is 81 (32.03% from 255 or 21.66% from 374); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5751 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5751 is #31A8AE. Grayscale: #7A7A7A. Windows color (decimal): -3254447 or 5330894. OLE color: 5330894.

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

Color convert

RGB2068781-
CMYK00.580.610.19
HSL2.88º56.05%56.27%-
HSV(B)2.88º60.68%80.78%-
XYZ30.3520.5310.15-
YUV121.9104.92187.99-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 55.08%
GREEN value IS 87 (34.38% from 255) = 23.26%
BLUE value IS 81 (32.03% from 255) = 21.66%
R=55.08%
G=23.26%
B=21.66%

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
Decimal206878100.580.610.192.8856.0556.27
HexCE575103A3D1333838
Octal316127121072752337070
Binary110011101010111101000101110101111011001111111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5751; }

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

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

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

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

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

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

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

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