#CB564F

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

Shades of Valencia #CB564F

Tints of Valencia #CB564F

Color information

#CB564F (or 0xCB564F) is unknown color: approx Valencia. HEX triplet: CB, 56 and 4F. RGB value is (203,86,79). Sum of RGB (Red+Green+Blue) = 203+86+79=368 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.16% from 368); Green value is 86 (33.98% from 255 or 23.37% from 368); Blue value is 79 (31.25% from 255 or 21.47% from 368); Max value from RGB is 203 - color contains mainly: red. Hex color #CB564F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB564F is #34A9B0. Grayscale: #787878. Windows color (decimal): -3451313 or 5199563. OLE color: 5199563.

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

Color convert

RGB2038679-
CMYK00.580.610.20
HSL3.39º54.39%55.29%-
HSV(B)3.39º61.08%79.61%-
XYZ29.3719.929.69-
YUV120.18104.76187.07-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 55.16%
GREEN value IS 86 (33.98% from 255) = 23.37%
BLUE value IS 79 (31.25% from 255) = 21.47%
R=55.16%
G=23.37%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.61
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203867900.580.610.203.3954.3955.29
HexCB564F03A3D1433637
Octal313126117072752436667
Binary110010111010110100111101110101111011010011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB564F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB564F; }

 p { color: rgb(203,86,79); }

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

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

 a { background-color: rgb(203,86,79); }

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

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

 span { border-color: rgb(203,86,79); }

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