Html Css Color HEX #CB703B Zest

📋 copy color: '#CB703B'

red 203 ◦ green 112 ◦ blue 59

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

Shades of Zest #CB703B

Tints of Zest #CB703B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.95%

 BLUE value IS 59 (23.44% from 255) = 15.78%

R = 54.28%
G = 29.95%
B = 15.78%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CB703B (or 0xCB703B) is known color: Zest. HEX triplet: CB, 70 and 3B. RGB value is (203,112,59). Sum of RGB (Red+Green+Blue) = 203+112+59=374 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.28% from 374); Green value is 112 (44.14% from 255 or 29.95% from 374); Blue value is 59 (23.44% from 255 or 15.78% from 374); Max value from RGB is 203 - color contains mainly: red. Hex color #CB703B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB703B is #348FC4. Grayscale: #858585. Windows color (decimal): -3444677 or 3895499. OLE color: 3895499.

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

Color convert

RGB 203 112 59 -
CMYK 0 0.45 0.71 0.20
HSL 22.08º 0.58% 0.51% -
HSV(B) 22.08º 0.71% 0.8% -
XYZ 31.21 24.6 7.24 -
YUV 133.17 86.15 177.81 -
System Red Green Blue C M Y K H S L
Decimal 203 112 59 0 0.45 0.71 0.20 22.08 0.58 0.51
Hex CB 70 3B 0 2D 47 14 16 3A 33
Octal 313 160 73 0 55 107 24 26 72 63
Binary 11001011 1110000 111011 0 101101 1000111 10100 10110 111010 110011

Color Harmonies of #CB703B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB703B

Black with #CB703B

Text Example


Text Example

White with #CB703B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB703B; }

 p { color: rgb(203,112,59); }

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

background-color css

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

 a { background-color: rgb(203,112,59); }

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

border-color css

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

 span { border-color: rgb(203,112,59); }

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