#CC534A

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

Shades of Valencia #CC534A

Tints of Valencia #CC534A

Color information

#CC534A (or 0xCC534A) is unknown color: approx Valencia. HEX triplet: CC, 53 and 4A. RGB value is (204,83,74). Sum of RGB (Red+Green+Blue) = 204+83+74=361 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.51% from 361); Green value is 83 (32.81% from 255 or 22.99% from 361); Blue value is 74 (29.30% from 255 or 20.50% from 361); Max value from RGB is 204 - color contains mainly: red. Hex color #CC534A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC534A is #33ACB5. Grayscale: #767676. Windows color (decimal): -3386550 or 4871116. OLE color: 4871116.

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

Color convert

RGB2048374-
CMYK00.590.640.2
HSL4.15º56.03%54.51%-
HSV(B)4.15º63.73%80%-
XYZ29.2319.528.71-
YUV118.15103.09189.23-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 56.51%
GREEN value IS 83 (32.81% from 255) = 22.99%
BLUE value IS 74 (29.30% from 255) = 20.50%
R=56.51%
G=22.99%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.64
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204837400.590.640.24.1556.0354.51
HexCC534A03B401443837
Octal3141231120731002447067
Binary11001100101001110010100111011100000010100100111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC534A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC534A; }

 p { color: rgb(204,83,74); }

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

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

 a { background-color: rgb(204,83,74); }

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

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

 span { border-color: rgb(204,83,74); }

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