#CD4E47

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

Shades of Valencia #CD4E47

Tints of Valencia #CD4E47

Color information

#CD4E47 (or 0xCD4E47) is unknown color: approx Valencia. HEX triplet: CD, 4E and 47. RGB value is (205,78,71). Sum of RGB (Red+Green+Blue) = 205+78+71=354 (46% of max value = 765). Red value is 205 (80.47% from 255 or 57.91% from 354); Green value is 78 (30.86% from 255 or 22.03% from 354); Blue value is 71 (28.12% from 255 or 20.06% from 354); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4E47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD4E47 is #32B1B8. Grayscale: #737373. Windows color (decimal): -3322297 or 4673229. OLE color: 4673229.

HSL color Cylindrical-coordinate representation of color #CD4E47: hue angle of 3.13º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CD4E47 is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.20.

Color convert

RGB2057871-
CMYK00.620.650.20
HSL3.13º57.26%54.12%-
HSV(B)3.13º65.37%80.39%-
XYZ29.0418.888.08-
YUV115.17103.08192.07-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 57.91%
GREEN value IS 78 (30.86% from 255) = 22.03%
BLUE value IS 71 (28.12% from 255) = 20.06%
R=57.91%
G=22.03%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.65
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205787100.620.650.203.1357.2654.12
HexCD4E4703E411433936
Octal3151161070761012437166
Binary1100110110011101000111011111010000011010011111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4E47; }

 p { color: rgb(205,78,71); }

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

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

 a { background-color: rgb(205,78,71); }

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

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

 span { border-color: rgb(205,78,71); }

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