#CB723A

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

Shades of Zest #CB723A

Tints of Zest #CB723A

Color information

#CB723A (or 0xCB723A) is unknown color: approx Zest. HEX triplet: CB, 72 and 3A. RGB value is (203,114,58). Sum of RGB (Red+Green+Blue) = 203+114+58=375 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.13% from 375); Green value is 114 (44.92% from 255 or 30.4% from 375); Blue value is 58 (23.05% from 255 or 15.47% from 375); Max value from RGB is 203 - color contains mainly: red. Hex color #CB723A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB723A is #348DC5. Grayscale: #868686. Windows color (decimal): -3444166 or 3830475. OLE color: 3830475.

HSL color Cylindrical-coordinate representation of color #CB723A: hue angle of 23.17º 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 #CB723A is Cyan = 0, Magento = 0.44, Yellow = 0.71 and Black (K on CMYK) = 0.20.

Color convert

RGB20311458-
CMYK00.440.710.20
HSL23.17º58.23%51.18%-
HSV(B)23.17º71.43%79.61%-
XYZ31.4125.047.18-
YUV134.2384.99177.05-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 54.13%
GREEN value IS 114 (44.92% from 255) = 30.4%
BLUE value IS 58 (23.05% from 255) = 15.47%
R=54.13%
G=30.4%
B=15.47%

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
Decimal2031145800.440.710.2023.1758.2351.18
HexCB723A02C4714173a33
Octal3131627205410724277263
Binary110010111110010111010010110010001111010010111111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB723A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB723A; }

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

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

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

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

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

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

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

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