Html Css Color HEX #CB703C Zest

📋 copy color: '#CB703C'

red 203 ◦ green 112 ◦ blue 60

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

Shades of Zest #CB703C

Tints of Zest #CB703C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16%

R = 54.13%
G = 29.87%
B = 16%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CB703C (or 0xCB703C) is known color: Zest. HEX triplet: CB, 70 and 3C. RGB value is (203,112,60). Sum of RGB (Red+Green+Blue) = 203+112+60=375 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.13% from 375); Green value is 112 (44.14% from 255 or 29.87% from 375); Blue value is 60 (23.83% from 255 or 16% from 375); Max value from RGB is 203 - color contains mainly: red. Hex color #CB703C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB703C is #348FC3. Grayscale: #858585. Windows color (decimal): -3444676 or 3961035. OLE color: 3961035.

HSL color Cylindrical-coordinate representation of color #CB703C: hue angle of 21.82º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB703C is Cyan = 0, Magento = 0.45, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 112 60 -
CMYK 0 0.45 0.70 0.20
HSL 21.82º 0.58% 0.52% -
HSV(B) 21.82º 0.7% 0.8% -
XYZ 31.24 24.61 7.38 -
YUV 133.28 86.65 177.73 -
System Red Green Blue C M Y K H S L
Decimal 203 112 60 0 0.45 0.70 0.20 21.82 0.58 0.52
Hex CB 70 3C 0 2D 46 14 16 3A 34
Octal 313 160 74 0 55 106 24 26 72 64
Binary 11001011 1110000 111100 0 101101 1000110 10100 10110 111010 110100

Color Harmonies of #CB703C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB703C

Black with #CB703C

Text Example


Text Example

White with #CB703C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB703C; }

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

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

background-color css

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

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

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

border-color css

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

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

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