Html Css Color HEX #CB793A Zest

📋 copy color: '#CB793A'

red 203 ◦ green 121 ◦ blue 58

#CB793A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Zest #CB793A

Tints of Zest #CB793A

RGB

 RED value IS 203 (79.69% from 255) = 53.14%

 GREEN value IS 121 (47.66% from 255) = 31.68%

 BLUE value IS 58 (23.05% from 255) = 15.18%

R = 53.14%
G = 31.68%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CB793A (or 0xCB793A) is known color: Zest. HEX triplet: CB, 79 and 3A. RGB value is (203,121,58). Sum of RGB (Red+Green+Blue) = 203+121+58=382 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.14% from 382); Green value is 121 (47.66% from 255 or 31.68% from 382); Blue value is 58 (23.05% from 255 or 15.18% from 382); Max value from RGB is 203 - color contains mainly: red. Hex color #CB793A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB793A is #3486C5. Grayscale: #8A8A8A. Windows color (decimal): -3442374 or 3832267. OLE color: 3832267.

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

Color convert

RGB 203 121 58 -
CMYK 0 0.40 0.71 0.20
HSL 26.07º 0.58% 0.51% -
HSV(B) 26.07º 0.71% 0.8% -
XYZ 32.23 26.68 7.45 -
YUV 138.34 82.67 174.12 -
System Red Green Blue C M Y K H S L
Decimal 203 121 58 0 0.40 0.71 0.20 26.07 0.58 0.51
Hex CB 79 3A 0 28 47 14 1A 3A 33
Octal 313 171 72 0 50 107 24 32 72 63
Binary 11001011 1111001 111010 0 101000 1000111 10100 11010 111010 110011

Color Harmonies of #CB793A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB793A

Black with #CB793A

Text Example


Text Example

White with #CB793A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB793A; }

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

 H1.HeaderClassName
 {
   color: #CB793A;
 }
 .AnyTagClassName
 {
   color: #CB793A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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