#CD4E4B

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

Shades of Valencia #CD4E4B

Tints of Valencia #CD4E4B

Color information

#CD4E4B (or 0xCD4E4B) is unknown color: approx Valencia. HEX triplet: CD, 4E and 4B. RGB value is (205,78,75). Sum of RGB (Red+Green+Blue) = 205+78+75=358 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.26% from 358); Green value is 78 (30.86% from 255 or 21.79% from 358); Blue value is 75 (29.69% from 255 or 20.95% from 358); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4E4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD4E4B is #32B1B4. Grayscale: #737373. Windows color (decimal): -3322293 or 4935373. OLE color: 4935373.

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

Color convert

RGB2057875-
CMYK00.620.630.20
HSL1.38º56.52%54.9%-
HSV(B)1.38º63.41%80.39%-
XYZ29.1718.948.77-
YUV115.63105.08191.74-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 57.26%
GREEN value IS 78 (30.86% from 255) = 21.79%
BLUE value IS 75 (29.69% from 255) = 20.95%
R=57.26%
G=21.79%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.63
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205787500.620.630.201.3856.5254.9
HexCD4E4B03E3F1413937
Octal315116113076772417167
Binary11001101100111010010110111110111111101001111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4E4B; }

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

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

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

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

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

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

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

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