#CB534A

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

Shades of Valencia #CB534A

Tints of Valencia #CB534A

Color information

#CB534A (or 0xCB534A) is unknown color: approx Valencia. HEX triplet: CB, 53 and 4A. RGB value is (203,83,74). Sum of RGB (Red+Green+Blue) = 203+83+74=360 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.39% from 360); Green value is 83 (32.81% from 255 or 23.06% from 360); Blue value is 74 (29.30% from 255 or 20.56% from 360); Max value from RGB is 203 - color contains mainly: red. Hex color #CB534A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB534A is #34ACB5. Grayscale: #767676. Windows color (decimal): -3452086 or 4871115. OLE color: 4871115.

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

Color convert

RGB2038374-
CMYK00.590.640.20
HSL4.19º55.36%54.31%-
HSV(B)4.19º63.55%79.61%-
XYZ28.9619.388.69-
YUV117.85103.26188.73-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 56.39%
GREEN value IS 83 (32.81% from 255) = 23.06%
BLUE value IS 74 (29.30% from 255) = 20.56%
R=56.39%
G=23.06%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.64
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203837400.590.640.204.1955.3654.31
HexCB534A03B401443736
Octal3131231120731002446766
Binary11001011101001110010100111011100000010100100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB534A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB534A; }

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

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

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

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

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

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

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

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