#CD534D

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

Shades of Valencia #CD534D

Tints of Valencia #CD534D

Color information

#CD534D (or 0xCD534D) is unknown color: approx Valencia. HEX triplet: CD, 53 and 4D. RGB value is (205,83,77). Sum of RGB (Red+Green+Blue) = 205+83+77=365 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.16% from 365); Green value is 83 (32.81% from 255 or 22.74% from 365); Blue value is 77 (30.47% from 255 or 21.10% from 365); Max value from RGB is 205 - color contains mainly: red. Hex color #CD534D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD534D is #32ACB2. Grayscale: #767676. Windows color (decimal): -3321011 or 5067725. OLE color: 5067725.

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

Color convert

RGB2058377-
CMYK00.600.620.20
HSL2.81º56.14%55.29%-
HSV(B)2.81º62.44%80.39%-
XYZ29.6119.79.26-
YUV118.79104.42189.49-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 56.16%
GREEN value IS 83 (32.81% from 255) = 22.74%
BLUE value IS 77 (30.47% from 255) = 21.10%
R=56.16%
G=22.74%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.62
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205837700.600.620.202.8156.1455.29
HexCD534D03C3E1433837
Octal315123115074762437067
Binary110011011010011100110101111001111101010011111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD534D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD534D; }

 p { color: rgb(205,83,77); }

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

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

 a { background-color: rgb(205,83,77); }

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

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

 span { border-color: rgb(205,83,77); }

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