#ce4d4c

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

Shades of Valencia #CE4D4C

Tints of Valencia #CE4D4C

Color information

#CE4D4C (or 0xCE4D4C) is unknown color: approx Valencia. HEX triplet: CE, 4D and 4C. RGB value is (206,77,76). Sum of RGB (Red+Green+Blue) = 206+77+76=359 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.38% from 359); Green value is 77 (30.47% from 255 or 21.45% from 359); Blue value is 76 (30.08% from 255 or 21.17% from 359); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4D4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE4D4C is #31B2B3. Grayscale: #737373. Windows color (decimal): -3257012 or 5000654. OLE color: 5000654.

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

Color convert

RGB2067776-
CMYK00.630.630.19
HSL0.46º57.02%55.29%-
HSV(B)0.46º63.11%80.78%-
XYZ29.4118.958.95-
YUV115.46105.74192.58-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 57.38%
GREEN value IS 77 (30.47% from 255) = 21.45%
BLUE value IS 76 (30.08% from 255) = 21.17%
R=57.38%
G=21.45%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.63
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206777600.630.630.190.4657.0255.29
HexCE4D4C03F3F1303937
Octal316115114077772307167
Binary11001110100110110011000111111111111100110111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce4d4c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce4d4c; }

 p { color: rgb(206,77,76); }

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

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

 a { background-color: rgb(206,77,76); }

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

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

 span { border-color: rgb(206,77,76); }

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