#CE5351

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

Shades of Valencia #CE5351

Tints of Valencia #CE5351

Color information

#CE5351 (or 0xCE5351) is unknown color: approx Valencia. HEX triplet: CE, 53 and 51. RGB value is (206,83,81). Sum of RGB (Red+Green+Blue) = 206+83+81=370 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.68% from 370); Green value is 83 (32.81% from 255 or 22.43% from 370); Blue value is 81 (32.03% from 255 or 21.89% from 370); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5351 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5351 is #31ACAE. Grayscale: #777777. Windows color (decimal): -3255471 or 5329870. OLE color: 5329870.

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

Color convert

RGB2068381-
CMYK00.600.610.19
HSL0.96º56.05%56.27%-
HSV(B)0.96º60.68%80.78%-
XYZ30.0319.910.04-
YUV119.55106.25189.66-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 55.68%
GREEN value IS 83 (32.81% from 255) = 22.43%
BLUE value IS 81 (32.03% from 255) = 21.89%
R=55.68%
G=22.43%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.61
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206838100.600.610.190.9656.0556.27
HexCE535103C3D1313838
Octal316123121074752317070
Binary11001110101001110100010111100111101100111111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5351; }

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

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

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

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

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

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

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

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