#CE4F4C

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

Shades of Valencia #CE4F4C

Tints of Valencia #CE4F4C

Color information

#CE4F4C (or 0xCE4F4C) is unknown color: approx Valencia. HEX triplet: CE, 4F and 4C. RGB value is (206,79,76). Sum of RGB (Red+Green+Blue) = 206+79+76=361 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.06% from 361); Green value is 79 (31.25% from 255 or 21.88% from 361); Blue value is 76 (30.08% from 255 or 21.05% from 361); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4F4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE4F4C is #31B0B3. Grayscale: #747474. Windows color (decimal): -3256500 or 5001166. OLE color: 5001166.

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

Color convert

RGB2067976-
CMYK00.620.630.19
HSL1.38º57.02%55.29%-
HSV(B)1.38º63.11%80.78%-
XYZ29.5519.248.99-
YUV116.63105.08191.74-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 57.06%
GREEN value IS 79 (31.25% from 255) = 21.88%
BLUE value IS 76 (30.08% from 255) = 21.05%
R=57.06%
G=21.88%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.63
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206797600.620.630.191.3857.0255.29
HexCE4F4C03E3F1313937
Octal316117114076772317167
Binary11001110100111110011000111110111111100111111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE4F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE4F4C; }

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

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

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

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

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

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

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

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