Html Css Color HEX #CB793E Zest

📋 copy color: '#CB793E'

red 203 ◦ green 121 ◦ blue 62

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

Shades of Zest #CB793E

Tints of Zest #CB793E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 16.06%

R = 52.59%
G = 31.35%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CB793E (or 0xCB793E) is known color: Zest. HEX triplet: CB, 79 and 3E. RGB value is (203,121,62). Sum of RGB (Red+Green+Blue) = 203+121+62=386 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.59% from 386); Green value is 121 (47.66% from 255 or 31.35% from 386); Blue value is 62 (24.61% from 255 or 16.06% from 386); Max value from RGB is 203 - color contains mainly: red. Hex color #CB793E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB793E is #3486C1. Grayscale: #8B8B8B. Windows color (decimal): -3442370 or 4094411. OLE color: 4094411.

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

Color convert

RGB 203 121 62 -
CMYK 0 0.40 0.69 0.20
HSL 25.11º 0.58% 0.52% -
HSV(B) 25.11º 0.69% 0.8% -
XYZ 32.34 26.72 8.01 -
YUV 138.79 84.67 173.8 -
System Red Green Blue C M Y K H S L
Decimal 203 121 62 0 0.40 0.69 0.20 25.11 0.58 0.52
Hex CB 79 3E 0 28 45 14 19 3A 34
Octal 313 171 76 0 50 105 24 31 72 64
Binary 11001011 1111001 111110 0 101000 1000101 10100 11001 111010 110100

Color Harmonies of #CB793E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB793E

Black with #CB793E

Text Example


Text Example

White with #CB793E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB793E; }

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

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

background-color css

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

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

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

border-color css

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

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

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