#CB753F

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

Shades of Zest #CB753F

Tints of Zest #CB753F

Color information

#CB753F (or 0xCB753F) is unknown color: approx Zest. HEX triplet: CB, 75 and 3F. RGB value is (203,117,63). Sum of RGB (Red+Green+Blue) = 203+117+63=383 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.00% from 383); Green value is 117 (46.09% from 255 or 30.55% from 383); Blue value is 63 (25% from 255 or 16.45% from 383); Max value from RGB is 203 - color contains mainly: red. Hex color #CB753F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB753F is #348AC0. Grayscale: #888888. Windows color (decimal): -3443393 or 4158923. OLE color: 4158923.

HSL color Cylindrical-coordinate representation of color #CB753F: hue angle of 23.14º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CB753F is Cyan = 0, Magento = 0.42, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB20311763-
CMYK00.420.690.20
HSL23.14º57.38%52.16%-
HSV(B)23.14º68.97%79.61%-
XYZ31.8925.788-
YUV136.5686.49175.39-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 53.00%
GREEN value IS 117 (46.09% from 255) = 30.55%
BLUE value IS 63 (25% from 255) = 16.45%
R=53.00%
G=30.55%
B=16.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.69
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031176300.420.690.2023.1457.3852.16
HexCB753F02A4514173934
Octal3131657705210524277164
Binary110010111110101111111010101010001011010010111111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB753F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB753F; }

 p { color: rgb(203,117,63); }

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

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

 a { background-color: rgb(203,117,63); }

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

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

 span { border-color: rgb(203,117,63); }

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