Html Css Color HEX #CB793F Zest

📋 copy color: '#CB793F'

red 203 ◦ green 121 ◦ blue 63

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

Shades of Zest #CB793F

Tints of Zest #CB793F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.28%

R = 52.45%
G = 31.27%
B = 16.28%

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

#CB793F (or 0xCB793F) is known color: Zest. HEX triplet: CB, 79 and 3F. RGB value is (203,121,63). Sum of RGB (Red+Green+Blue) = 203+121+63=387 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.45% from 387); Green value is 121 (47.66% from 255 or 31.27% from 387); Blue value is 63 (25% from 255 or 16.28% from 387); Max value from RGB is 203 - color contains mainly: red. Hex color #CB793F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB793F is #3486C0. Grayscale: #8B8B8B. Windows color (decimal): -3442369 or 4159947. OLE color: 4159947.

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

Color convert

RGB 203 121 63 -
CMYK 0 0.40 0.69 0.20
HSL 24.86º 0.57% 0.52% -
HSV(B) 24.86º 0.69% 0.8% -
XYZ 32.36 26.73 8.16 -
YUV 138.91 85.17 173.72 -
System Red Green Blue C M Y K H S L
Decimal 203 121 63 0 0.40 0.69 0.20 24.86 0.57 0.52
Hex CB 79 3F 0 28 45 14 19 39 34
Octal 313 171 77 0 50 105 24 31 71 64
Binary 11001011 1111001 111111 0 101000 1000101 10100 11001 111001 110100

Color Harmonies of #CB793F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB793F

Black with #CB793F

Text Example


Text Example

White with #CB793F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB793F; }

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

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

background-color css

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

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

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

border-color css

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

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

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