#CE5B4F

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

Shades of Valencia #CE5B4F

Tints of Valencia #CE5B4F

Color information

#CE5B4F (or 0xCE5B4F) is unknown color: approx Valencia. HEX triplet: CE, 5B and 4F. RGB value is (206,91,79). Sum of RGB (Red+Green+Blue) = 206+91+79=376 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.79% from 376); Green value is 91 (35.94% from 255 or 24.20% from 376); Blue value is 79 (31.25% from 255 or 21.01% from 376); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5B4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5B4F is #31A4B0. Grayscale: #7C7C7C. Windows color (decimal): -3253425 or 5200846. OLE color: 5200846.

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

Color convert

RGB2069179-
CMYK00.560.620.19
HSL5.67º56.44%55.88%-
HSV(B)5.67º61.65%80.78%-
XYZ30.6121.179.87-
YUV124.02102.6186.48-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 54.79%
GREEN value IS 91 (35.94% from 255) = 24.20%
BLUE value IS 79 (31.25% from 255) = 21.01%
R=54.79%
G=24.20%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.62
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206917900.560.620.195.6756.4455.88
HexCE5B4F0383E1363838
Octal316133117070762367070
Binary1100111010110111001111011100011111010011110111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5B4F; }

 p { color: rgb(206,91,79); }

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

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

 a { background-color: rgb(206,91,79); }

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

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

 span { border-color: rgb(206,91,79); }

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