#CB713A

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

Shades of Zest #CB713A

Tints of Zest #CB713A

Color information

#CB713A (or 0xCB713A) is unknown color: approx Zest. HEX triplet: CB, 71 and 3A. RGB value is (203,113,58). Sum of RGB (Red+Green+Blue) = 203+113+58=374 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.28% from 374); Green value is 113 (44.53% from 255 or 30.21% from 374); Blue value is 58 (23.05% from 255 or 15.51% from 374); Max value from RGB is 203 - color contains mainly: red. Hex color #CB713A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB713A is #348EC5. Grayscale: #858585. Windows color (decimal): -3444422 or 3830219. OLE color: 3830219.

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

Color convert

RGB20311358-
CMYK00.440.710.20
HSL22.76º58.23%51.18%-
HSV(B)22.76º71.43%79.61%-
XYZ31.324.817.14-
YUV133.6485.32177.47-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 54.28%
GREEN value IS 113 (44.53% from 255) = 30.21%
BLUE value IS 58 (23.05% from 255) = 15.51%
R=54.28%
G=30.21%
B=15.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.71
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031135800.440.710.2022.7658.2351.18
HexCB713A02C4714173a33
Octal3131617205410724277263
Binary110010111110001111010010110010001111010010111111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB713A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB713A; }

 p { color: rgb(203,113,58); }

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

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

 a { background-color: rgb(203,113,58); }

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

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

 span { border-color: rgb(203,113,58); }

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